Skip to content

Commit 3eb4673

Browse files
authored
Bump gql to 3.5.0 (#137)
1 parent d0ee121 commit 3eb4673

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- python-telegram-bot[job-queue]==20.2
3131
- Sphinx~=5.0.2
3232
- httpx~=0.23.0
33-
- gql[aiohttp]~=3.3.0
33+
- gql[aiohttp]~=3.5.0
3434
- async-lru~=1.0.3
3535
- repo: https://github.com/pre-commit/mirrors-mypy
3636
rev: v1.9.0
@@ -42,7 +42,7 @@ repos:
4242
- python-telegram-bot[job-queue]==20.2
4343
- Sphinx~=5.0.2
4444
- httpx~=0.23.0
45-
- gql[aiohttp]~=3.3.0
45+
- gql[aiohttp]~=3.5.0
4646
- async-lru~=1.0.3
4747
- repo: https://github.com/asottile/pyupgrade
4848
rev: v3.15.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ python-Levenshtein~=0.12.0
66
python-telegram-bot[job-queue]==20.2
77
Sphinx~=5.0.2
88
httpx~=0.23.0
9-
gql[aiohttp]~=3.3.0
9+
gql[aiohttp]~=3.5.0
1010
async-lru~=1.0.3

0 commit comments

Comments
 (0)