Skip to content

Commit aae1bc1

Browse files
fix(deps): update dependency gunicorn to v23 [security]
1 parent 6d2addc commit aae1bc1

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

poetry.lock

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pytest = "*"
2121
black = "*"
2222
isort = "*"
2323
mypy = "*"
24-
gunicorn = "^21.2.0"
24+
gunicorn = "^23.0.0"
2525
poetry-plugin-export = "^1.8.0"
2626
loguru = "^0.7.2"
2727

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exceptiongroup==1.2.1 ; 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==23.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.2.0 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)