From abfc63bc628c8b270f1ccb5f180dd70c32015281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 02:05:50 +0000 Subject: [PATCH] Bump werkzeug from 0.11.10 to 0.15.5 in /section_14 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.10 to 0.15.5. - [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.11.10...0.15.5) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- section_14/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section_14/requirements.txt b/section_14/requirements.txt index 94d987e..7ac13c0 100644 --- a/section_14/requirements.txt +++ b/section_14/requirements.txt @@ -1,7 +1,7 @@ Flask==0.11.1 Jinja2==2.11.3 MarkupSafe==0.23 -Werkzeug==0.11.10 +Werkzeug==0.15.5 click==6.6 gunicorn==19.6.0 itsdangerous==0.24