From b0a433afe5f0c89f9f0e3ce51c5e09ef193b9728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:02:56 +0000 Subject: [PATCH] Bump werkzeug from 2.0.2 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 3.0.6. - [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.2...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 698e17725..5f7154cc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -86,4 +86,4 @@ tzdata==2024.2 urllib3==2.2.3 wcwidth==0.2.13 websocket-client==1.8.0 -Werkzeug==2.0.2 +Werkzeug==3.0.6 diff --git a/setup.py b/setup.py index dfde43684..3aaa8e7dd 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "Flask-SocketIO==4.3.2", # Flask client-server communication; see #772 "psutil==5.9.6", # Process management "python-socketio[client]<5,>=4.3.0", # SocketIO Python client; see #772 - "Werkzeug==2.0.2", # See #903 + "Werkzeug==3.0.6", # See #903 "dnspython==2.4.2", # Avoids potential eventlet version mismatch ] extras_black = ["black"]