summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2025-01-19 18:45:53 +0100
committerWolfgang Müller2025-01-19 23:36:36 +0100
commitdc18ad173c0ea930fa829cbc1a145035f36267eb (patch)
tree74f73a9402ae5f5278c56d7f04975ef07ed6ab44 /pyproject.toml
parent79e3ecea6878550790bc68196bcd6e5e7c995fc3 (diff)
downloadhircine-dc18ad173c0ea930fa829cbc1a145035f36267eb.tar.gz
build/deps: Update strawberry-graphql to 0.258.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 5b89e5a..809754a 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.252.0"
+strawberry-graphql = "^0.258.0"
starlette = "^0.45.2"
uvicorn = {extras = ["standard"], version = "^0.32.0"}
pillow = "^11.0.0"