From ba3a36cecda336782e30e9e96205d3065a361f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:08:32 +0000 Subject: [PATCH] Bump werkzeug from 2.1.2 to 2.3.8 in /python Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.2 to 2.3.8. - [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.1.2...2.3.8) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirement.txt | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirement.txt b/python/requirement.txt index df89b65..5460360 100644 --- a/python/requirement.txt +++ b/python/requirement.txt @@ -14,5 +14,5 @@ PyJWT==2.3.0 python-multipart==0.0.5 six==1.16.0 uvicorn==0.18.0 -Werkzeug==2.1.2 +Werkzeug==2.3.8 zipp==3.8.1 diff --git a/python/setup.py b/python/setup.py index 4835825..f3bf681 100644 --- a/python/setup.py +++ b/python/setup.py @@ -35,7 +35,7 @@ 'python-multipart==0.0.5', 'six==1.16.0', 'uvicorn==0.18.0', - 'Werkzeug==2.1.2', + 'Werkzeug==2.3.8', 'zipp==3.8.1' ], include_package_data = True,