From 5acb2c2afc5509772d962ace429b8ed760723e7d Mon Sep 17 00:00:00 2001 From: Sietse Snel Date: Tue, 7 May 2024 16:18:01 +0200 Subject: [PATCH] Upgrade Werkzeug to v3.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c4d41ce..84ff84f 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==3.0.1" + "Werkzeug==3.0.3" ], )