From 87b614c9a73416431eeac5eaf84b6ddba41cad15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:19:51 +0000 Subject: [PATCH] Update dependency Flask to v2.3.3 --- 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..6f0faee 100644 --- a/3-Docker/app/requirements.txt +++ b/3-Docker/app/requirements.txt @@ -1,2 +1,2 @@ -Flask==2.0.1 +Flask==2.3.3 Werkzeug==2.3.8 \ No newline at end of file