From d5fe3e288a125985e983f5c53f50e1e6b984259f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 06:06:24 +0000 Subject: [PATCH] Update dependency flask to v3.1.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4548994..9bca977 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.3 ; 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"