From da18cf5303295dbeee74c91d338838ba4957cdcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 19:57:23 +0000 Subject: [PATCH] Update dependency flask to v3.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa7e7ce..cfe5655 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.0.3 ; 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"