diff --git a/requirements-dev.txt b/requirements-dev.txt index bd11e5bf..45754358 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -169,7 +169,7 @@ types-passlib==1.7.7.20240819 ; python_version >= "3.9" and python_version < "4. typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0" ujson==5.9.0 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.2.2 ; python_version >= "3.9" and python_version < "4.0" -uvicorn[standard]==0.30.6 ; python_version >= "3.9" and python_version < "4.0" +uvicorn[standard]==0.31.1 ; python_version >= "3.9" and python_version < "4.0" uvloop==0.19.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0" virtualenv==20.26.1 ; python_version >= "3.9" and python_version < "4.0" watchdog==4.0.0 ; python_version >= "3.9" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index 9c91c1aa..88a24147 100644 --- a/requirements.txt +++ b/requirements.txt @@ -93,7 +93,7 @@ typer[all]==0.12.5 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0" ujson==5.9.0 ; python_version >= "3.9" and python_version < "4.0" urllib3==2.2.2 ; python_version >= "3.9" and python_version < "4.0" -uvicorn[standard]==0.30.6 ; python_version >= "3.9" and python_version < "4.0" +uvicorn[standard]==0.31.1 ; python_version >= "3.9" and python_version < "4.0" uvloop==0.19.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0" virtualenv==20.26.1 ; python_version >= "3.9" and python_version < "4.0" watchfiles==0.21.0 ; python_version >= "3.9" and python_version < "4.0"