Skip to content

Commit 6f0d70e

Browse files
fix(deps): update dependency gql to v4
1 parent 36629a4 commit 6f0d70e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dynamic = ["version"]
4343
[project.optional-dependencies]
4444
autocompletion = ["argcomplete>=1.10.0,<3"]
4545
yaml = ["PyYaml>=6.0.1"]
46-
graphql = ["gql[httpx]>=3.5.0,<4"]
46+
graphql = ["gql[httpx]>=4,<5"]
4747

4848
[project.scripts]
4949
gitlab = "gitlab.cli:main"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gql==3.5.3
1+
gql==4.0.0
22
httpx==0.28.1
33
requests==2.32.4
44
requests-toolbelt==1.0.0

0 commit comments

Comments
 (0)