Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6f0d70e

Browse files
fix(deps): update dependency gql to v4
1 parent36629a4 commit6f0d70e

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)

[8]ページ先頭

©2009-2025 Movatter.jp