From c762b508e0f660db2130aee1c9592ede3d37fcb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:53:25 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.1 in /Flask/boilerPlate Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.1. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Flask/boilerPlate/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flask/boilerPlate/requirements.txt b/Flask/boilerPlate/requirements.txt index 98c26fd..47cec4d 100644 --- a/Flask/boilerPlate/requirements.txt +++ b/Flask/boilerPlate/requirements.txt @@ -14,5 +14,5 @@ pyrsistent==0.17.3 pyyaml==5.4.1 six==1.15.0 typing-extensions==3.7.4.3 ; python_version < '3.8' -werkzeug==2.2.3 +werkzeug==3.0.1 zipp==3.4.1