Skip to content

Commit

Permalink
Update gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
fretchen committed Jun 29, 2024
1 parent 4b88ff7 commit 95cbb37
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 @@ -20,7 +20,7 @@ django-qlued = {git = "https://github.com/Alqor-UG/django-qlued.git"}
optional = true

[tool.poetry.group.prod.dependencies]
gunicorn = "^21.2.0"
gunicorn = "^22.0.0"
psycopg2 = "^2.9.9"

[tool.poetry.group.docs]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ django-qlued @ git+https://github.com/Alqor-UG/django-qlued.git@ba78dc11739da29e
django==5.0.6 ; python_version >= "3.10" and python_version < "4.0"
dnspython==2.6.1 ; python_version >= "3.10" and python_version < "4.0"
dropbox==11.36.2 ; python_version >= "3.10" and python_version < "4.0"
gunicorn==21.2.0 ; python_version >= "3.10" and python_version < "4.0"
gunicorn==22.0.0 ; python_version >= "3.10" and python_version < "4.0"
idna==3.7 ; python_version >= "3.10" and python_version < "4.0"
oauthlib==3.2.2 ; python_version >= "3.10" and python_version < "4.0"
packaging==24.1 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit 95cbb37

Please sign in to comment.