From 2a0bac24c12fa4b3e3fd9ab1fc47cfc1745d8e28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:39:39 +0000 Subject: [PATCH] Update dependency Werkzeug to v3 --- 3-Docker/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-Docker/app/requirements.txt b/3-Docker/app/requirements.txt index dca3a24..6a41dfb 100644 --- a/3-Docker/app/requirements.txt +++ b/3-Docker/app/requirements.txt @@ -1,2 +1,2 @@ Flask==2.0.1 -Werkzeug==2.3.8 \ No newline at end of file +Werkzeug==3.0.4 \ No newline at end of file