From 57d397d19626126e08a579ae6ee6c7fcc379569c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:18:33 +0000 Subject: [PATCH] Update dependency werkzeug to v3.0.3 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a8ded8..fa8ca2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,4 +24,4 @@ python-dotenv==1.0.1 ; python_version>= "3.10" and python_version < "4.0" sqlalchemy==2.0.29 ; 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.11.0 ; python_version>= "3.10" and python_version < "4.0" -werkzeug==3.0.2 ; python_version>= "3.10" and python_version < "4.0" +werkzeug==3.0.3 ; python_version>= "3.10" and python_version < "4.0"