From 5a76afa7fe676001f3d35a4e8a3cc6008a26f856 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:49:22 +0000 Subject: [PATCH] Update dependency strawberry-graphql to ^0.236.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 26c4b51..7dae525 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2113,13 +2113,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "strawberry-graphql" -version = "0.235.2" +version = "0.236.0" 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.236.0-py3-none-any.whl", hash = "sha256:685f775be47c0753c39e0ef601d7f2b6f0e15dd4dfe5d57094d29a9cceb066f4"}, + {file = "strawberry_graphql-0.236.0.tar.gz", hash = "sha256:26dcae2c0b506330db60624194cdd0b49c1e773166791bd4f729126bf872b65c"}, ] [package.dependencies] @@ -2558,4 +2558,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "19adb92064b7ad56815d4a6e4071af8acdc25c223041012a9d665bfc03609c29" +content-hash = "ff6d7cdff3a9f6a5defc26e5083eb22b4740dc4bf9b8f34a16f0b8d457b3fbc3" diff --git a/pyproject.toml b/pyproject.toml index 2290bd4..15fa184 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.111.0"} -strawberry-graphql = "^0.235.0" +strawberry-graphql = "^0.236.0" python-jose = {extras = ["pycryptodome"], version = "^3.3.0"} requests = "^2.31.0" uvicorn = "^0.30.0"