diff options
author | Wolfgang Müller | 2025-01-19 18:45:53 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-01-19 23:36:36 +0100 |
commit | dc18ad173c0ea930fa829cbc1a145035f36267eb (patch) | |
tree | 74f73a9402ae5f5278c56d7f04975ef07ed6ab44 /pyproject.toml | |
parent | 79e3ecea6878550790bc68196bcd6e5e7c995fc3 (diff) | |
download | hircine-dc18ad173c0ea930fa829cbc1a145035f36267eb.tar.gz |
build/deps: Update strawberry-graphql to 0.258.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 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" |