From 9c8bff204318d5833eee9480c6104b83a157c9de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 00:51:42 +0000 Subject: [PATCH] Update dependency uvicorn to ^0.34.0 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5c665dc..b97bb15 100644 --- a/poetry.lock +++ b/poetry.lock @@ -793,13 +793,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.32.0" +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.0-py3-none-any.whl", hash = "sha256:60b8f3a5ac027dcd31448f411ced12b5ef452c646f76f02f8cc3f25d8d26fd82"}, - {file = "uvicorn-0.32.0.tar.gz", hash = "sha256:f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e"}, + {file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"}, + {file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"}, ] [package.dependencies] @@ -807,9 +807,9 @@ click = ">=7.0" h11 = ">=0.8" [package.extras] -standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] +standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] [metadata] lock-version = "2.0" python-versions = ">=3.11, <3.14" -content-hash = "0e01676903114222b310e60ed2ef7432be8371f33b59bebf0bf5005e486ca701" +content-hash = "6b970352135fd3a0f4995197b95179a15ff5a55d4aef678f0677cb01af06f7d6" diff --git a/pyproject.toml b/pyproject.toml index 1508f7d..f2b63d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ fastapi = ">=0.110.0, <0.120.0" [tool.poetry.group.dev.dependencies] ruff = "^0.9.0" -uvicorn = "^0.32.0" +uvicorn = "^0.34.0" mypy = "^1.10.0" types-ujson = "^5.10.0.20240515" types-protobuf = "^5.26.0.20240422"