We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gql
1 parent d0ee121 commit 3eb4673Copy full SHA for 3eb4673
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
- python-telegram-bot[job-queue]==20.2
31
- Sphinx~=5.0.2
32
- httpx~=0.23.0
33
- - gql[aiohttp]~=3.3.0
+ - gql[aiohttp]~=3.5.0
34
- async-lru~=1.0.3
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
rev: v1.9.0
@@ -42,7 +42,7 @@ repos:
42
43
44
45
46
47
- repo: https://github.com/asottile/pyupgrade
48
rev: v3.15.2
requirements.txt
@@ -6,5 +6,5 @@ python-Levenshtein~=0.12.0
6
python-telegram-bot[job-queue]==20.2
7
Sphinx~=5.0.2
8
httpx~=0.23.0
9
-gql[aiohttp]~=3.3.0
+gql[aiohttp]~=3.5.0
10
async-lru~=1.0.3
0 commit comments