diff options
author | Wolfgang Müller | 2025-06-19 17:33:02 +0200 |
---|---|---|
committer | Wolfgang Müller | 2025-06-19 17:33:02 +0200 |
commit | 95efbf7ac5e747a34f28b74c64c6aea9667a27a3 (patch) | |
tree | 811948966a6a9ef1872fbaafa0835abfee73e966 /pyproject.toml | |
parent | 738b63c4c84ea3812aa60fbf6acdda5ae5c9b436 (diff) | |
download | hircine-95efbf7ac5e747a34f28b74c64c6aea9667a27a3.tar.gz |
build/deps: Update strawberry-graphql to 0.274.2
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 2f6d67d..ddc5ee3 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.265.1" +strawberry-graphql = "^0.274.2" starlette = "^0.47.0" uvicorn = {version = "^0.34.0", extras = ["standard"]} pillow = "^11.0.0" |