chore(deps): update dependency uvicorn to >=0.17.6,<0.24.0 (#2631)

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

View File

@ -8,4 +8,4 @@ drf-spectacular>=0.22.1,<0.27
gunicorn>=20.1.0,<20.2
psycopg[c]>=3.1.8,<3.2
requests>=2.31.0,<2.32
uvicorn[standard]>=0.17.6,<0.23.0
uvicorn[standard]>=0.17.6,<0.24.0

View File

@ -35,7 +35,7 @@ setup(
"prod": [
"gunicorn>=20.1.0,<20.2",
"psycopg[c]>=3.1.8,<3.2",
"uvicorn[standard]>=0.17.6,<0.23.0",
"uvicorn[standard]>=0.17.6,<0.24.0",
],
"dev": [
"django-coverage-plugin>=3.0.0,<3.2",