From 5d108bf7c289a51a66a58e87ade3bce40fcb96d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 16:08:20 +0000 Subject: [PATCH] Bump werkzeug from 0.10.4 to 2.2.3 in /flask/21_user_authentication_3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.10.4 to 2.2.3. - [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/0.10.4...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flask/21_user_authentication_3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/21_user_authentication_3/requirements.txt b/flask/21_user_authentication_3/requirements.txt index 5800434..bbaee8a 100644 --- a/flask/21_user_authentication_3/requirements.txt +++ b/flask/21_user_authentication_3/requirements.txt @@ -12,7 +12,7 @@ Mako==0.9.1 MarkupSafe==0.18 SQLAlchemy==0.9.9 WTForms==1.0.5 -Werkzeug==0.10.4 +Werkzeug==2.2.3 alembic==0.6.2 blinker==1.3 itsdangerous==0.23