Skip to content

Commit 17ffa32

Browse files
author
Renovate Bot
committed
chore(deps): update dependency aiohttp to v3.9.3
1 parent 263d707 commit 17ffa32

File tree

8 files changed

+319
-319
lines changed

8 files changed

+319
-319
lines changed

auth/poetry.lock

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

auth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121

2222
[tool.poetry.dependencies]
2323
python = ">= 3.8, < 4.0"
24-
aiohttp = ">= 3.3.0, < 3.9.2" # TODO: fix timeout args
24+
aiohttp = ">= 3.3.0, < 3.9.4" # TODO: fix timeout args
2525
backoff = ">= 1.0.0, < 3.0.0"
2626
chardet = ">= 2.0, < 6.0"
2727
# See https://cryptography.io/en/latest/api-stability/#deprecation

datastore/poetry.lock

Lines changed: 79 additions & 79 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.8, < 4.0"
2424
gcloud-aio-auth = ">= 3.1.0, < 6.0.0"
2525

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

pubsub/poetry.lock

Lines changed: 79 additions & 79 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.9.1"
28+
aiohttp = "3.9.3"
2929
gcloud-aio-auth = { path = "../auth" }
3030
pytest = "8.0.2"
3131
pytest-asyncio = "0.23.5"

taskqueue/poetry.lock

Lines changed: 79 additions & 79 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.8, < 4.0"
2424
gcloud-aio-auth = ">= 3.1.0, < 6.0.0"
2525

2626
[tool.poetry.group.dev.dependencies]
27-
aiohttp = "3.9.1"
27+
aiohttp = "3.9.3"
2828
gcloud-aio-auth = { path = "../auth" }
2929
pytest = "8.0.2"
3030
pytest-asyncio = "0.23.5"

0 commit comments

Comments
 (0)