diff --git a/poetry.lock b/poetry.lock index 805c8da..3bca55b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -859,13 +859,13 @@ files = [ [[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] @@ -1118,4 +1118,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.10.12" -content-hash = "f4ac619b5d5f7063ed00f999f719715fc2e6616a6888ed8dd8992dfd330e44d2" +content-hash = "03f3af1a478d6fcd9d6bcae28c60b8938899e144a31a3bd0af16aac787ce890d" diff --git a/pyproject.toml b/pyproject.toml index 255b983..6eb6b9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ package-mode = false python = "3.10.12" fastapi = "0.115.*" httpx = "0.24.*" -uvicorn = {version = "0.32.*", extras = ["standard"]} +uvicorn = {version = "0.34.*", extras = ["standard"]} [tool.poetry.group.dev.dependencies] mypy = "1.13.*"