Skip to content

Commit b0ae24e

Browse files
Update dependency flask to v3.1.2
1 parent 7664e99 commit b0ae24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ flask-login==0.6.3 ; python_version >= "3.12" and python_version < "4.0"
1212
flask-session==0.8.0 ; python_version >= "3.12" and python_version < "4.0"
1313
flask-sqlalchemy==3.1.1 ; python_version >= "3.12" and python_version < "4.0"
1414
flask-wtf==1.2.2 ; python_version >= "3.12" and python_version < "4.0"
15-
flask==3.1.1 ; python_version >= "3.12" and python_version < "4.0"
15+
flask==3.1.2 ; python_version >= "3.12" and python_version < "4.0"
1616
greenlet==3.2.3 ; python_version >= "3.12" and python_version < "3.14" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")
1717
gunicorn==23.0.0 ; python_version >= "3.12" and python_version < "4.0"
1818
idna==3.10 ; python_version >= "3.12" and python_version < "4.0"

0 commit comments

Comments
 (0)