summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2025-02-14 12:14:46 +0100
committerWolfgang Müller2025-02-14 12:14:46 +0100
commiteacded01ae29d287fb1cbce5a2e88b1cc5737173 (patch)
treee7fed1f5b68ffee41506713df8b025cd73548b6a /pyproject.toml
parentcf128f16e9b00fe33614af0d6c35e7aa34bec782 (diff)
downloadhircine-eacded01ae29d287fb1cbce5a2e88b1cc5737173.tar.gz
build/deps: Update strawberry-graphql to 0.260.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 d2abd5e..4c5513f 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.258.0"
+strawberry-graphql = "^0.260.0"
starlette = "^0.45.2"
uvicorn = {version = "^0.34.0", extras = ["standard"]}
pillow = "^11.0.0"