chore(deps): update dependency uvicorn to >=0.17.6,<0.35.0
This commit is contained in:
parent
cf172d5c7c
commit
de38de09ba
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue