From d3eb5c1cff51e87a16739f4707afb2cee4afdd12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 22:14:40 +0000 Subject: [PATCH] Update dependency flask to v3.1.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa7e7ce..f5c255a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cssmin==0.2.0 ; python_version >= "3.10" and python_version < "4.0" faker==21.0.0 ; python_version >= "3.10" and python_version < "4.0" flake8==6.1.0 ; python_version >= "3.10" and python_version < "4.0" flask-assets==2.1.0 ; python_version >= "3.10" and python_version < "4.0" -flask==3.0.0 ; python_version >= "3.10" and python_version < "4.0" +flask==3.1.2 ; python_version >= "3.10" and python_version < "4.0" gunicorn==21.2.0 ; python_version >= "3.10" and python_version < "4.0" isort==5.13.2 ; python_version >= "3.10" and python_version < "4.0" itsdangerous==2.1.2 ; python_version >= "3.10" and python_version < "4.0"