From d80a3dce1cd7aecf2f538afc7a09ae01944ab427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 21:59:19 +0000 Subject: [PATCH] Bump werkzeug from 1.0.1 to 2.1.2 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.1.2. - [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/1.0.1...2.1.2) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5e9710540..dd78afc0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,6 @@ flask-migrate==3.1.0 flask-script==2.0.6 email_validator gitdb==4.0.9 -Werkzeug==1.0.1 +Werkzeug==2.1.2 WTForms==2.3.3 MarkupSafe<=2.0.1 diff --git a/test-requirements.txt b/test-requirements.txt index bfa4d46c6..24e805780 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,6 +5,6 @@ pydocstyle==6.0.0 dodgy==0.2.1 isort==5.10.1 mypy==0.960 -Werkzeug==1.0.1 +Werkzeug==2.1.2 Flask-Testing==0.8.1 blinker==1.4