diff --git a/poetry.lock b/poetry.lock index cb974b4..45934f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2638,13 +2638,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.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] @@ -2971,4 +2971,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ce512467420f67e5d2e548fc69aba50383ab28fec99714eb7e3188a8c9a88d94" +content-hash = "32a0a9090acf80bb3d811cd0f0a785b51e7337ad280528fdf09c276b52d161e2" diff --git a/pyproject.toml b/pyproject.toml index 0c7ecb1..8493b4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ fastapi-crudrouter = "^0.8.6" loguru = "^0.7" pydantic = {version = "^1.10.13", extras = ["ujson", "email"]} sentry-sdk = "^2.15" -uvicorn = {version = "^0.32.1", extras = ["standard"]} +uvicorn = {version = "^0.34.0", extras = ["standard"]} [tool.poetry.dev-dependencies] autoflake = "^1.7"