diff options
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 6355500..073cbf2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1426,13 +1426,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.29.0" +version = "0.30.1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"}, - {file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"}, + {file = "uvicorn-0.30.1-py3-none-any.whl", hash = "sha256:cd17daa7f3b9d7a24de3617820e634d0933b69eed8e33a516071174427238c81"}, + {file = "uvicorn-0.30.1.tar.gz", hash = "sha256:d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "56cfe59a0697f2cbc700e4d56ed2cf0fbc14e2db20cdbad629bd30316397b2c7" +content-hash = "405ea1d6a067590e18215ae890a13a2a8672c130d573a635f60376fa62d80ed7" diff --git a/pyproject.toml b/pyproject.toml index 3f1f301..2c28aa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python = "^3.12" sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]} strawberry-graphql = "^0.227.3" starlette = "^0.37.0" -uvicorn = {extras = ["standard"], version = "^0.29.0"} +uvicorn = {extras = ["standard"], version = "^0.30.1"} pillow = "^10.1.0" blake3 = "^0.4.1" alembic = "^1.13.1" |