Skip to content

Commit 7af0e0d

Browse files
Update dependency gunicorn to v22 [SECURITY]
1 parent 99229e1 commit 7af0e0d

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
@@ -15,7 +15,7 @@ flask-sqlalchemy==3.1.1 ; python_version >= "3.10" and python_version < "4.0"
1515
flask-wtf==1.2.1 ; python_version >= "3.10" and python_version < "4.0"
1616
flask==3.0.3 ; python_version >= "3.10" and python_version < "4.0"
1717
greenlet==3.0.3 ; python_version >= "3.10" and python_version < "4.0" 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")
18-
gunicorn==21.2.0 ; python_version >= "3.10" and python_version < "4.0"
18+
gunicorn==22.0.0 ; python_version >= "3.10" and python_version < "4.0"
1919
idna==3.7 ; python_version >= "3.10" and python_version < "4.0"
2020
isort==5.13.2 ; python_version >= "3.10" and python_version < "4.0"
2121
itsdangerous==2.1.2 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)