From f836f452bc379108868958828140b5836b7e284b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 09:55:53 +0000 Subject: [PATCH] Bump werkzeug from 2.0.3 to 2.2.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 2.2.3. - [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.0.3...2.2.3) --- 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 b5764f9be7..13f423f818 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ def run(self): 'gunicorn>=20.0.4', 'Flask-Login>=0.5.0', 'Flask-SocketIO==4.3.1', - 'Werkzeug==2.0.3', + 'Werkzeug==2.2.3', 'SQLAlchemy==1.3.19', "docker", "pymongo",