From 3a9e52dbb61d699be86e8f0201e844c56b3d4066 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 18:51:35 +0000 Subject: [PATCH] Update dependency uvicorn to v0.34.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 16bf9e796e..505450acdd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4095,13 +4095,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.32.1" +version = "0.34.0" description = "The lightning-fast ASGI server." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"}, - {file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"}, + {file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"}, + {file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"}, ] [package.dependencies] @@ -4623,4 +4623,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12.0" -content-hash = "dc983cb9c3ca873632b7630399f4292277382aea60c750d70139fecf5c30d753" +content-hash = "90eaf72bd185ab2ef655c2a5280fd25b0b989efc919ccb1e672b606d50edd021" diff --git a/pyproject.toml b/pyproject.toml index acc3aba3ef..c3be2cce0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pycryptodome = "^3.18.0" khl-py = "^0.3.16" matrix-nio = "^0.25.0" attrs = "^24.2.0" -uvicorn = {extras = ["standard"], version = "^0.32.0"} +uvicorn = {extras = ["standard"], version = "^0.34.0"} pyjwt = {extras = ["crypto"], version = "^2.8.0"} python-whois = "^0.9.0" pandas = "^2.2.0" diff --git a/requirements.txt b/requirements.txt index a0a3a2d948..b25ed6c2f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -144,7 +144,7 @@ tzdata==2024.2 ; python_version >= "3.12" and python_version < "4.0" tzlocal==5.2 ; python_version >= "3.12" and python_version < "4.0" unpaddedbase64==2.1.0 ; python_full_version >= "3.12.0" and python_version < "4.0" urllib3==2.3.0 ; python_full_version >= "3.12.0" and python_version < "4.0" -uvicorn[standard]==0.32.1 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" +uvicorn[standard]==0.34.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" uvloop==0.21.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.28.1 ; python_version >= "3.12" and python_version < "4.0" watchfiles==1.0.3 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"