From bf6ef18954970768c69ff349e45ff06f42c0f151 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 04:55:33 +0000 Subject: [PATCH] Update dependency strawberry-graphql to ^0.246.0 --- poetry.lock | 11 +++++------ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index d0aec8b..33299a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2137,17 +2137,17 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "strawberry-graphql" -version = "0.235.2" +version = "0.246.2" description = "A library for creating GraphQL APIs" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "strawberry_graphql-0.235.2-py3-none-any.whl", hash = "sha256:2e438d6b55c9c42a661f6ea9e06f07b77856f9d2bd1c6a6da6d3bcf6fa6864b0"}, - {file = "strawberry_graphql-0.235.2.tar.gz", hash = "sha256:5b8abc8ea970eac0ee924edea9b4792defc298231e373467558853b8ff22b27c"}, + {file = "strawberry_graphql-0.246.2-py3-none-any.whl", hash = "sha256:a18d6404ac982b6ddca937c34e2832910fbdb38945bce656498c8d30c341277b"}, + {file = "strawberry_graphql-0.246.2.tar.gz", hash = "sha256:ab3908014493cc0b98e45a8af2acd9980d18bd92a13d0c16811b1f49f3c62977"}, ] [package.dependencies] -graphql-core = ">=3.2.0,<3.3.0" +graphql-core = ">=3.2.0,<3.4.0" python-dateutil = ">=2.7.0,<3.0.0" typing-extensions = ">=4.5.0" @@ -2168,7 +2168,6 @@ pydantic = ["pydantic (>1.6.1)"] pyinstrument = ["pyinstrument (>=4.0.0)"] quart = ["quart (>=0.19.3)"] sanic = ["sanic (>=20.12.2)"] -starlite = ["starlite (>=1.48.0)"] [[package]] name = "strawberry-sqlalchemy-mapper" @@ -2582,4 +2581,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c0f9b3b7c4ea0b33b5aa4c88c23d3b3f61463b862cec33299d4751fb3470b08f" +content-hash = "5a55007800c45045d98497db313b874df163787415fb573aceb62fc6359cba38" diff --git a/pyproject.toml b/pyproject.toml index ee10249..16d5a87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ psycopg = {extras = ["binary"], version = "^3.1.12"} alembic = "^1.13.1" SQLAlchemy = "^2.0.25" fastapi = {extras = ["all"], version = "^0.115.0"} -strawberry-graphql = "^0.235.0" +strawberry-graphql = "^0.246.0" python-jose = {extras = ["pycryptodome"], version = "^3.3.0"} requests = "^2.31.0" uvicorn = "^0.31.0"