From 9598961e5bdb874bce4fa9de7478a2883d49b98d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 02:30:00 +0000 Subject: [PATCH] chore(deps): update dependency flask to v3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 976146e..dbbe268 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file -flask==1.1.2 +flask==3.0.0 gunicorn==20.0.4 lxml==4.3.0 waitress==2.0.0 \ No newline at end of file