diff options
author | Wolfgang Müller | 2025-03-26 17:52:16 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-03-26 17:52:16 +0100 |
commit | a71efbab09e9491ec3b96d328a8501be93b779a2 (patch) | |
tree | bfd2fc1eb238b11eb7a343283a0f3884fb3cd81b /pyproject.toml | |
parent | 1979f9cbbe072de6b2abd8070d317d8986652c9d (diff) | |
download | hircine-a71efbab09e9491ec3b96d328a8501be93b779a2.tar.gz |
build/deps: Update strawberry-graphql to 0.262.5
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 c8ab55f..8cafeba 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.260.0" +strawberry-graphql = "^0.262.5" starlette = "^0.46.0" uvicorn = {version = "^0.34.0", extras = ["standard"]} pillow = "^11.0.0" |