chore(deps): update dependency uvicorn to >=0.17.6,<0.35.0

This commit is contained in:
renovate[bot] 2024-12-15 15:58:44 +00:00 committed by GitHub
parent cf172d5c7c
commit de38de09ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ drf-spectacular>=0.22.1,<0.29
gunicorn>=22.0.0,<23.1
psycopg[c]>=3.1.8,<3.2
requests>=2.32.2,<2.33
uvicorn[standard]>=0.17.6,<0.33.0
uvicorn[standard]>=0.17.6,<0.35.0

View File

@ -37,7 +37,7 @@ setup(
"prod": [
"gunicorn>=22.0.0,<23.1",
"psycopg[c]>=3.1.8,<3.2",
"uvicorn[standard]>=0.17.6,<0.33.0",
"uvicorn[standard]>=0.17.6,<0.35.0",
],
"dev": [
"django-coverage-plugin>=3.0.0,<4",