From 01c611c60066f999a7c5ac113a07a1227768aac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:29:15 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.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/2.2.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/requirements.in b/requirements.in index f670ed48..7e6311e9 100644 --- a/requirements.in +++ b/requirements.in @@ -1,6 +1,6 @@ Flask-Cors==3.0.10 Flask==2.1.2 -Werkzeug==2.2.3 +Werkzeug==3.0.1 boto3==1.24.30 requests==2.31.0 python-jose==3.3.0 diff --git a/requirements.txt b/requirements.txt index 0bc1e75a..a4a52de0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,8 +22,6 @@ click==8.1.3 # via flask ecdsa==0.18.0 # via python-jose -exceptiongroup==1.1.1 - # via pytest flask==2.1.2 # via # -r requirements.in @@ -32,8 +30,6 @@ flask-cors==3.0.10 # via -r requirements.in idna==3.4 # via requests -importlib-metadata==6.6.0 - # via flask iniconfig==2.0.0 # via pytest itsdangerous==2.1.2 @@ -85,15 +81,11 @@ six==1.16.0 # ecdsa # flask-cors # python-dateutil -tomli==2.0.1 - # via pytest urllib3==1.26.15 # via # botocore # requests -werkzeug==2.2.3 +werkzeug==3.0.1 # via # -r requirements.in # flask -zipp==3.15.0 - # via importlib-metadata