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 | |
parent | 79e3ecea6878550790bc68196bcd6e5e7c995fc3 (diff) | |
download | hircine-dc18ad173c0ea930fa829cbc1a145035f36267eb.tar.gz |
build/deps: Update strawberry-graphql to 0.258.0
-rw-r--r-- | poetry.lock | 12 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/poetry.lock b/poetry.lock index e49a8cd..6f2d829 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1460,14 +1460,14 @@ full = ["httpx (>=0.27.0,<0.29.0)", "itsdangerous", "jinja2", "python-multipart [[package]] name = "strawberry-graphql" -version = "0.252.0" +version = "0.258.0" description = "A library for creating GraphQL APIs" optional = false -python-versions = "<4.0,>=3.8" +python-versions = "<4.0,>=3.9" groups = ["main"] files = [ - {file = "strawberry_graphql-0.252.0-py3-none-any.whl", hash = "sha256:0703da4ccc5261a92e19ed13e2e8c81da06361296b35e26a5363e6edbbc0344e"}, - {file = "strawberry_graphql-0.252.0.tar.gz", hash = "sha256:b5275b34f99e2adc1474abe1c13681cacc89cff56d02994572f3f0667c1c6106"}, + {file = "strawberry_graphql-0.258.0-py3-none-any.whl", hash = "sha256:041adda6e9a97ca337793f6c07fe4db0a9793226907394a00022782f132040ec"}, + {file = "strawberry_graphql-0.258.0.tar.gz", hash = "sha256:3975c638f751e9b87cefd5eb1a29c1f33e639b1f218f199578114fb839dec94c"}, ] [package.dependencies] @@ -1480,7 +1480,7 @@ aiohttp = ["aiohttp (>=3.7.4.post0,<4.0.0)"] asgi = ["python-multipart (>=0.0.7)", "starlette (>=0.18.0)"] chalice = ["chalice (>=1.22,<2.0)"] channels = ["asgiref (>=3.2,<4.0)", "channels (>=3.0.5)"] -cli = ["graphlib_backport", "libcst (>=0.4.7)", "pygments (>=2.3,<3.0)", "rich (>=12.0.0)", "typer (>=0.7.0)"] +cli = ["libcst (>=0.4.7)", "pygments (>=2.3,<3.0)", "rich (>=12.0.0)", "typer (>=0.7.0)"] debug = ["libcst (>=0.4.7)", "rich (>=12.0.0)"] debug-server = ["libcst (>=0.4.7)", "pygments (>=2.3,<3.0)", "python-multipart (>=0.0.7)", "rich (>=12.0.0)", "starlette (>=0.18.0)", "typer (>=0.7.0)", "uvicorn (>=0.11.6)"] django = ["Django (>=3.2)", "asgiref (>=3.2,<4.0)"] @@ -1780,4 +1780,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "71e5b69f93e284ed1b8bde5fc864b9429c59431955ff521cdde961fd072133af" +content-hash = "b3490214873afb4b7fe3149d31e52b4d32899f0d7a554f79bc49af679080a952" 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" |