From 31bf324415957cba721e71154a25d3eced162897 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 04:03:19 +0000 Subject: [PATCH] Update dependency werkzeug to v2.3.8 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5d491a..1f987b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,4 +24,4 @@ python-dotenv==1.0.0 ; python_version >= "3.10" and python_version < "4.0" sqlalchemy==2.0.20 ; python_version >= "3.10" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11" typing-extensions==4.8.0 ; python_version >= "3.10" and python_version < "4.0" -werkzeug==2.3.7 ; python_version >= "3.10" and python_version < "4.0" +werkzeug==2.3.8 ; python_version >= "3.10" and python_version < "4.0"