Skip to content

Commit 86f66d1

Browse files
Update dependency gunicorn to v22 [SECURITY]
1 parent 082a344 commit 86f66d1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

poetry.lock

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

+1-1
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)