chore(deps): update dependency uvicorn to >=0.17.6,<0.26.0 (#2773)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-22 18:12:09 +01:00 committed by GitHub
parent 7b9b9e43ef
commit 95fb85ad84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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