From d389d0c918145ff1b4ad2337a08a0b507c226c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 01:38:43 +0000 Subject: [PATCH] Bump werkzeug from 0.10.4 to 0.15.5 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.10.4 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.10.4...0.15.5) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d4e69ab..f3b4c62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Flask-SQLAlchemy==2.0 Jinja2==2.7.3 MarkupSafe==0.23 SQLAlchemy==1.0.4 -Werkzeug==0.10.4 +Werkzeug==0.15.5 itsdangerous==0.24 virtualenv==12.1.1 wsgiref==0.1.2