summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2024-11-14 17:04:41 +0100
committerWolfgang Müller2024-11-14 20:45:02 +0100
commita01ef22c3d565630bad165ee3d11bd4b8d004848 (patch)
tree2c9f0474a6d19cabd23620bf2613f85f7e6509d7 /pyproject.toml
parent0a1a5e9c3f79f3343d13a953dfa836fea6341446 (diff)
downloadhircine-a01ef22c3d565630bad165ee3d11bd4b8d004848.tar.gz
build/deps: Update uvicorn to 0.32.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"