From f09092c5d1616c9b3b444718452c9457dc51edfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:30:28 +0000 Subject: [PATCH] build(deps): 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c2cde1..540bc11 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'requests==2.31.0', 'flask_restful==0.3.9', 'Flask-API==1.0', - 'werkzeug==2.2.3', + 'werkzeug==3.0.1', 'unittest-xml-reporting==3.0.4', 'future==0.18.3', 'flask-cors==3.0.10',