From 8533a07ee99bd9b5a7eb04b6607a1409af5726c2 Mon Sep 17 00:00:00 2001 From: "Victor M." Date: Mon, 5 Aug 2024 17:41:06 +0200 Subject: [PATCH] chore: update gql (#412) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7898279..c6fc7c35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "cached_property", "chardet<4.0,>=2.0", "click>=7.1.2", - "gql==3.0.0a6", + "gql[requests]>=3.5.0", "importlib-metadata; python_version<'3.8'", "importlib-resources; python_version<'3.9'", "junitparser",