summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2025-01-19 18:47:25 +0100
committerWolfgang Müller2025-01-19 23:36:36 +0100
commita73e24e72a2b9af67855cc35c66cb37db7aa533f (patch)
treee409adbe7438671d934cf71c9f440ae77eccc35e /pyproject.toml
parentdc18ad173c0ea930fa829cbc1a145035f36267eb (diff)
downloadhircine-a73e24e72a2b9af67855cc35c66cb37db7aa533f.tar.gz
build/deps: Update uvicorn to 0.34.0
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 809754a..451942c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ python = "^3.12"
sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]}
strawberry-graphql = "^0.258.0"
starlette = "^0.45.2"
-uvicorn = {extras = ["standard"], version = "^0.32.0"}
+uvicorn = {version = "^0.34.0", extras = ["standard"]}
pillow = "^11.0.0"
blake3 = "^1.0.0"
alembic = "^1.13.1"