From 653f507389c6012fdb173b28b7bb91374c56b1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 10:06:44 +0000 Subject: [PATCH] Bump werkzeug from 1.0.1 to 2.1.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.1.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/1.0.1...2.1.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3014b3e..5978646 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # production uvicorn==0.14.0 kua==0.2 -werkzeug==1.0.1 +werkzeug==2.1.1 # dev pytest==6.2.4 diff --git a/setup.py b/setup.py index cbcd240..528ad42 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ PACKAGE_REQUIRES = [ 'uvicorn==0.14.0', 'kua==0.2', - 'werkzeug==1.0.1', + 'werkzeug==2.1.1', ] DEVELOPMENT_STATUS = '5 - Production/Stable'