Skip to content

Commit 78e9c5b

Browse files
talkiq-opsRenovate Bot
andauthored
chore(deps): update pre-commit hook aiohttp to v3.13.5 (talkiq#1023)
Co-authored-by: Renovate Bot <renovate@talkiq-ops>
1 parent 0f21cac commit 78e9c5b

7 files changed

Lines changed: 370 additions & 370 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ repos:
9595
# Note that some libraries keep their type hints in packages named
9696
# `types-$lib` or `$lib-stubs`.
9797
additional_dependencies:
98-
- aiohttp==3.13.3
98+
- aiohttp==3.13.5
9999
- cryptography==46.0.6
100100
- pyjwt==2.12.1
101101
- tenacity==9.1.4

datastore/poetry.lock

Lines changed: 122 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datastore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python = ">= 3.10, < 4.0"
2424
gcloud-aio-auth = ">= 3.1.0, < 6.0.0"
2525

2626
[tool.poetry.group.dev.dependencies]
27-
aiohttp = "3.13.3"
27+
aiohttp = "3.13.5"
2828
gcloud-aio-auth = { path = "../auth" }
2929
gcloud-aio-storage = { path = "../storage" }
3030
pytest = "9.0.2"

pubsub/poetry.lock

Lines changed: 122 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubsub/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gcloud-aio-auth = ">= 3.3.0, < 6.0.0"
2525
prometheus-client = ">= 0.13.1, < 1.0.0"
2626

2727
[tool.poetry.group.dev.dependencies]
28-
aiohttp = "3.13.3"
28+
aiohttp = "3.13.5"
2929
gcloud-aio-auth = { path = "../auth" }
3030
pytest = "9.0.2"
3131
pytest-asyncio = "1.3.0"

taskqueue/poetry.lock

Lines changed: 122 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

taskqueue/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python = ">= 3.10, < 4.0"
2424
gcloud-aio-auth = ">= 3.1.0, < 6.0.0"
2525

2626
[tool.poetry.group.dev.dependencies]
27-
aiohttp = "3.13.3"
27+
aiohttp = "3.13.5"
2828
gcloud-aio-auth = { path = "../auth" }
2929
pytest = "9.0.2"
3030
pytest-asyncio = "1.3.0"

0 commit comments

Comments
 (0)