From 64e2d79da3fe8fc59248872d2aecef3c9898ccf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:02:22 -0500 Subject: [PATCH] Bump gql from 3.4.1 to 3.5.0 (#116) Bumps [gql](https://github.com/graphql-python/gql) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/graphql-python/gql/releases) - [Commits](https://github.com/graphql-python/gql/compare/v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: gql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 6cc9828..a371c0d 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ aiohttp==3.9.1 aioresponses==0.7.6 apischema==0.18.1 freezegun==1.4.0 -gql==3.4.1 +gql==3.5.0 graphql-core==3.2.3 pytest==7.4.3 pytest-asyncio==0.23.3 diff --git a/requirements.txt b/requirements.txt index 9df4484..71aaa8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohttp==3.9.1 apischema==0.18.1 -gql==3.4.1 +gql==3.5.0 graphql-core==3.2.3 requests==2.31.0