diff --git a/poetry.lock b/poetry.lock index 2a475b91675..4322636e618 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4098,13 +4098,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.23.2" +version = "0.30.6" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"}, - {file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"}, + {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, + {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, ] [package.dependencies] @@ -4589,4 +4589,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12.0" -content-hash = "712667ea460dcf0b839545e4ecdfde0756c84ca4d83075b0d4c1acec7800216c" +content-hash = "c908c0f71344ba86fde9097d1d61e9c536f4d240358ab3a748620edcc334c1db" diff --git a/pyproject.toml b/pyproject.toml index f064aa8c618..e4adf879ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ toml = "^0.10.2" khl-py = "^0.3.16" matrix-nio = "^0.24.0" attrs = "^23.1.0" -uvicorn = {extras = ["standard"], version = "^0.23.2"} +uvicorn = {extras = ["standard"], version = "^0.30.0"} pyjwt = {extras = ["crypto"], version = "^2.8.0"} python-whois = "^0.8.0" pandas = "^2.2.0" diff --git a/requirements.txt b/requirements.txt index 7e45d52f527..d26cfa30da0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -141,7 +141,7 @@ tzlocal==5.2 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" ujson==5.10.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" unpaddedbase64==2.1.0 ; python_full_version >= "3.12.0" and python_version < "4.0" urllib3==2.2.2 ; python_full_version >= "3.12.0" and python_version < "4.0" -uvicorn[standard]==0.23.2 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" +uvicorn[standard]==0.30.6 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" uvloop==0.20.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_full_version >= "3.12.0" and python_full_version < "4.0.0" virtualenv==20.26.3 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" watchfiles==0.23.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"