From 63d8de555e4becf63c640a24b7931cdadfa2f7a3 Mon Sep 17 00:00:00 2001 From: Sietse Snel Date: Thu, 18 Jan 2024 09:47:13 +0100 Subject: [PATCH] Bump werkzeug to 2.3.8 Security fix. Not updating to 3.x yet because of Flask dependencies. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 60b73f1..feeba7b 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,6 @@ "Flask-wtf==1.2.1", "psycopg2-binary==2.9.5", "requests==2.31.0", - "Werkzeug==2.3.7" + "Werkzeug==2.3.8" ], )