diff options
-rw-r--r-- | poetry.lock | 24 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 13 insertions, 13 deletions
diff --git a/poetry.lock b/poetry.lock index 3c1c3c2..c9753e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1474,34 +1474,34 @@ full = ["httpx (>=0.27.0,<0.29.0)", "itsdangerous", "jinja2", "python-multipart [[package]] name = "strawberry-graphql" -version = "0.265.1" +version = "0.274.2" description = "A library for creating GraphQL APIs" optional = false -python-versions = ">=3.9" +python-versions = "<4.0,>=3.9" groups = ["main"] files = [ - {file = "strawberry_graphql-0.265.1-py3-none-any.whl", hash = "sha256:77db77ee45fed5dd2ff3a54193dba54305488ea08376056ec2a4ede96a5539d6"}, - {file = "strawberry_graphql-0.265.1.tar.gz", hash = "sha256:9b4665c7dd837132bd259ba39d8e6f4061902cdadef125f8894053e14604368f"}, + {file = "strawberry_graphql-0.274.2-py3-none-any.whl", hash = "sha256:9f0430cfa723e7532fa98388a17865419000e505fb6620d49a4e6bf04f023d1f"}, + {file = "strawberry_graphql-0.274.2.tar.gz", hash = "sha256:bfacf8cef2376c698c9fc4746c309a2b7e3010b9eeeadc7be8a0008272c20511"}, ] [package.dependencies] -graphql-core = {version = ">=3.2.0,<3.4.0", markers = "python_version >= \"3.9\" and python_version < \"4.0\""} +graphql-core = ">=3.2.0,<3.4.0" packaging = ">=23" -python-dateutil = ">=2.7.0,<3.0.0" +python-dateutil = ">=2.7,<3.0" typing-extensions = ">=4.5.0" [package.extras] -aiohttp = ["aiohttp (>=3.7.4.post0,<4.0.0)"] +aiohttp = ["aiohttp (>=3.7.4.post0,<4)"] 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 = ["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)"] +cli = ["libcst (>=0.4.7,<1.8.0)", "pygments (>=2.3,<3.0)", "rich (>=12.0.0)", "typer (>=0.7.0)"] +debug = ["libcst (>=0.4.7,<1.8.0)", "rich (>=12.0.0)"] +debug-server = ["libcst (>=0.4.7,<1.8.0)", "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)", "websockets (>=15.0.1,<16)"] django = ["Django (>=3.2)", "asgiref (>=3.2,<4.0)"] fastapi = ["fastapi (>=0.65.2)", "python-multipart (>=0.0.7)"] flask = ["flask (>=1.1)"] -litestar = ["litestar (>=2) ; python_version >= \"3.10\" and python_version < \"4.0\""] +litestar = ["litestar (>=2) ; python_version ~= \"3.10\""] opentelemetry = ["opentelemetry-api (<2)", "opentelemetry-sdk (<2)"] pydantic = ["pydantic (>1.6.1)"] pyinstrument = ["pyinstrument (>=4.0.0)"] @@ -1830,4 +1830,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "ece5d6ed69267e2bf7b12213e845bc0170f8cf48d5db30e4a307ce1c45e4ce1a" +content-hash = "d61c3f7a9b02419f13ec20b21ac3684a60ef82a2514130567fd6931c6f5f9a11" 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" |