diff options
author | Wolfgang Müller | 2025-02-14 12:14:46 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-14 12:14:46 +0100 |
commit | eacded01ae29d287fb1cbce5a2e88b1cc5737173 (patch) | |
tree | e7fed1f5b68ffee41506713df8b025cd73548b6a /pyproject.toml | |
parent | cf128f16e9b00fe33614af0d6c35e7aa34bec782 (diff) | |
download | hircine-eacded01ae29d287fb1cbce5a2e88b1cc5737173.tar.gz |
build/deps: Update strawberry-graphql to 0.260.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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" |