Skip to content

Commit

Permalink
Bump gql to 3.5.0 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed May 18, 2024
1 parent d0ee121 commit 3eb4673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
- python-telegram-bot[job-queue]==20.2
- Sphinx~=5.0.2
- httpx~=0.23.0
- gql[aiohttp]~=3.3.0
- gql[aiohttp]~=3.5.0
- async-lru~=1.0.3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
Expand All @@ -42,7 +42,7 @@ repos:
- python-telegram-bot[job-queue]==20.2
- Sphinx~=5.0.2
- httpx~=0.23.0
- gql[aiohttp]~=3.3.0
- gql[aiohttp]~=3.5.0
- async-lru~=1.0.3
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ python-Levenshtein~=0.12.0
python-telegram-bot[job-queue]==20.2
Sphinx~=5.0.2
httpx~=0.23.0
gql[aiohttp]~=3.3.0
gql[aiohttp]~=3.5.0
async-lru~=1.0.3

0 comments on commit 3eb4673

Please sign in to comment.