Skip to content

Commit

Permalink
chore: Upgrade gunicorn for 21 to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 committed Aug 1, 2024
1 parent e14494e commit 7dfd77b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ django-tailwind = { extras = ["reload"], version = "^3.6.0" }
django-debug-toolbar = "^4.1.0"

[tool.poetry.group.deploy.dependencies]
gunicorn = "^21.2.0"
gunicorn = "^22.0.0"
uvicorn = "^0.23.2"

[tool.poetry.group.coverage]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ colorama==0.4.6
django-cas-ng==4.3.0
django-tailwind==3.8.0
django==4.2.14
gunicorn==21.2.0
gunicorn==22.0.0
h11==0.14.0
humanize==4.10.0
idna==3.7
Expand Down

0 comments on commit 7dfd77b

Please sign in to comment.