chore(deps): update dependency gunicorn to v21 (#2635)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-07-20 22:39:54 +02:00 committed by GitHub
parent 46cf73e95a
commit 72a8b03765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ django-filter>=2.4.0,<23.3
django>=4.2.0,<4.3
djangorestframework>=3.14.0,<3.15
drf-spectacular>=0.22.1,<0.27
gunicorn>=20.1.0,<20.2
gunicorn>=20.1.0,<21.3
psycopg[c]>=3.1.8,<3.2
requests>=2.31.0,<2.32
uvicorn[standard]>=0.17.6,<0.24.0

View File

@ -33,7 +33,7 @@ setup(
],
extras_require={
"prod": [
"gunicorn>=20.1.0,<20.2",
"gunicorn>=20.1.0,<21.3",
"psycopg[c]>=3.1.8,<3.2",
"uvicorn[standard]>=0.17.6,<0.24.0",
],