From 4047db8c5a8fd0e9db51ee034f03f1553796ff12 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 21:16:37 +0000 Subject: [PATCH] Bump werkzeug from 1.0.1 to 2.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.0.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.0.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 98f18f6..bc8549f 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.0.1 # dev pytest==6.2.4 diff --git a/setup.py b/setup.py index cbcd240..a8641da 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.0.1', ] DEVELOPMENT_STATUS = '5 - Production/Stable'