From 89f98f2896b828e6ccbc4ec6c5724d6106b69da1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:40:54 +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 4548994..64dd365 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cssmin==0.2.0 ; python_version >= "3.12" and python_version < "4.0" flake8==7.3.0 ; python_version >= "3.12" and python_version < "4.0" flask-assets==2.1.0 ; python_version >= "3.12" and python_version < "4.0" flask-sock==0.7.0 ; python_version >= "3.12" and python_version < "4.0" -flask==3.1.1 ; python_version >= "3.12" and python_version < "4.0" +flask==3.1.2 ; python_version >= "3.12" and python_version < "4.0" gunicorn==23.0.0 ; python_version >= "3.12" and python_version < "4.0" h11==0.16.0 ; python_version >= "3.12" and python_version < "4.0" iniconfig==2.1.0 ; python_version >= "3.12" and python_version < "4.0"