summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2025-04-18 11:21:18 +0200
committerWolfgang Müller2025-04-18 11:21:18 +0200
commit0d8e684f5c907fb2fbd03c99f4857d82df91218b (patch)
treef05695f39c7d7c43713c5bffc91cee839cecab4d /pyproject.toml
parent118e5ec465f687970f668d8e861da08b3bfa6b16 (diff)
downloadhircine-0d8e684f5c907fb2fbd03c99f4857d82df91218b.tar.gz
build/deps: Update strawberry-graphql to 0.265.1
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 2a7e7c2..2cc1c4e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ schale_network_yaml = "hircine.plugins.scrapers.schale_network:SchaleNetworkScra
[tool.poetry.dependencies]
python = "^3.12"
sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]}
-strawberry-graphql = "^0.262.5"
+strawberry-graphql = "^0.265.1"
starlette = "^0.46.0"
uvicorn = {version = "^0.34.0", extras = ["standard"]}
pillow = "^11.0.0"