Skip to content

Commit ec60da3

Browse files
Update dependency gunicorn to v22 [SECURITY]
1 parent e50e95b commit ec60da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exceptiongroup==1.2.0 ; python_version >= "3.10" and python_version < "3.11"
66
flask-sqlalchemy==3.1.1 ; python_version >= "3.10" and python_version < "4.0"
77
flask==3.0.3 ; python_version >= "3.10" and python_version < "4.0"
88
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")
9-
gunicorn==21.2.0 ; python_version >= "3.10" and python_version < "4.0"
9+
gunicorn==22.0.0 ; python_version >= "3.10" and python_version < "4.0"
1010
iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "4.0"
1111
isort==5.13.2 ; python_version >= "3.10" and python_version < "4.0"
1212
itsdangerous==2.1.2 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)