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 | |
parent | cf128f16e9b00fe33614af0d6c35e7aa34bec782 (diff) | |
download | hircine-eacded01ae29d287fb1cbce5a2e88b1cc5737173.tar.gz |
build/deps: Update strawberry-graphql to 0.260.0
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 9a5defc..bdd8335 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1462,14 +1462,14 @@ full = ["httpx (>=0.27.0,<0.29.0)", "itsdangerous", "jinja2", "python-multipart [[package]] name = "strawberry-graphql" -version = "0.258.1" +version = "0.260.2" description = "A library for creating GraphQL APIs" optional = false python-versions = "<4.0,>=3.9" groups = ["main"] files = [ - {file = "strawberry_graphql-0.258.1-py3-none-any.whl", hash = "sha256:7a81733235d99c6d2a9223e3630aed1f0116088025dadc0b9bce28c53579da72"}, - {file = "strawberry_graphql-0.258.1.tar.gz", hash = "sha256:d7f2061ef2c75f3cf56146aa416b9ff462336349000464cac67e165e749d19c2"}, + {file = "strawberry_graphql-0.260.2-py3-none-any.whl", hash = "sha256:b3eb30bb1318b3a2d4405c100618b36e082899309fea8550029ef530d56c1276"}, + {file = "strawberry_graphql-0.260.2.tar.gz", hash = "sha256:c630a570c941a0c6b34398c7f9c87bcb5af18383557f1a1f45ed957a4ec7f4b7"}, ] [package.dependencies] @@ -1782,4 +1782,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "1dbad9b98b93e48887aee8e160e1769648b8b7e067876ecece21600bc509d1c5" +content-hash = "0ac15af31432e61f592cb52caffc8f97cbe3f3fafe4870e7ba7ee1fedf27f057" 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" |