Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 7925346

Browse files
Update gql[aiohttp] requirement from ~=3.5.0 to ~=3.5.1 (#71)
* Update gql[aiohttp] requirement from ~=3.5.0 to ~=3.5.1 Updates the requirements on [gql[aiohttp]](https://github.com/graphql-python/gql) to permit the latest version. - [Release notes](https://github.com/graphql-python/gql/releases) - [Commits](graphql-python/gql@v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: gql[aiohttp] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update version number in other files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 7917b72 commit 7925346

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323

2424
additional_dependencies:
2525
- python-telegram-bot~=21.10
26-
- gql[aiohttp]~=3.5.0
26+
- gql[aiohttp]~=3.5.1
2727
- pydantic~=2.10.6
2828
- pydantic-yaml~=1.4.0
2929
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -33,7 +33,7 @@ repos:
3333
name: mypy
3434
additional_dependencies:
3535
- python-telegram-bot~=21.10
36-
- gql[aiohttp]~=3.5.0
36+
- gql[aiohttp]~=3.5.1
3737
- pydantic~=2.10.6
3838
- pydantic-yaml~=1.4.0
3939
- repo: https://github.com/asottile/pyupgrade
@@ -57,6 +57,6 @@ repos:
5757
name: ruff
5858
additional_dependencies:
5959
- python-telegram-bot~=21.10
60-
- gql[aiohttp]~=3.5.0
60+
- gql[aiohttp]~=3.5.1
6161
- pydantic~=2.10.6
6262
- pydantic-yaml~=1.4.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python-telegram-bot~=21.10
2-
gql[aiohttp]~=3.5.0
2+
gql[aiohttp]~=3.5.1
33
pydantic~=2.10.6
44
pydantic-yaml~=1.4.0

0 commit comments

Comments
 (0)