diff options
author | Wolfgang Müller | 2024-11-14 17:04:41 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-11-14 20:45:02 +0100 |
commit | a01ef22c3d565630bad165ee3d11bd4b8d004848 (patch) | |
tree | 2c9f0474a6d19cabd23620bf2613f85f7e6509d7 /pyproject.toml | |
parent | 0a1a5e9c3f79f3343d13a953dfa836fea6341446 (diff) | |
download | hircine-a01ef22c3d565630bad165ee3d11bd4b8d004848.tar.gz |
build/deps: Update uvicorn to 0.32.0
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index a15eab4..d1e5dce 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.235.2" starlette = "^0.41.2" -uvicorn = {extras = ["standard"], version = "^0.30.1"} +uvicorn = {extras = ["standard"], version = "^0.32.0"} pillow = "^11.0.0" blake3 = "^0.4.1" alembic = "^1.13.1" |