From a8eab550133e44bc5bde22b9dd58142601b22b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 22:05:00 +0000 Subject: [PATCH] Bump werkzeug from 1.0.1 to 2.2.0 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.0. - [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.2.0) --- 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..4c7a46b 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.2.0 # dev pytest==6.2.4 diff --git a/setup.py b/setup.py index cbcd240..e66aca0 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.2.0', ] DEVELOPMENT_STATUS = '5 - Production/Stable'