Skip to content

Commit

Permalink
Upgrade gunicorn to 22.0.0 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
trottomv authored Nov 13, 2024
1 parent eed14a1 commit 774add6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_dirname}}/requirements/remote.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r common.in
argon2-cffi~=23.1.0
{% if "s3" in cookiecutter.media_storage %}django-storages[boto3]~=1.14.0
{% endif %}gunicorn~=21.2.0
{% endif %}gunicorn~=22.0.0
{% if cookiecutter.use_redis == "true" %}redis~=5.0.0
{% endif %}sentry-sdk~=1.39.0
uvicorn[standard]~=0.25.0
Expand Down

0 comments on commit 774add6

Please sign in to comment.