summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2024-07-12 17:25:58 +0200
committerWolfgang Müller2024-07-12 17:25:58 +0200
commit7125283e3d3bc0f7c8da4dbdc846dfb333a388ef (patch)
tree14d451855b210c73657cdc2fea4029274f6686f6 /pyproject.toml
parentfdb79264802d774213563ad292b6f419d5bc5945 (diff)
downloadhircine-7125283e3d3bc0f7c8da4dbdc846dfb333a388ef.tar.gz
build/deps: Update uvicorn to 0.30.1
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"