Skip to content

Commit

Permalink
chore(deps): update dependency aiohttp to v3.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Sep 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a250a34 commit a6323be
Showing 6 changed files with 321 additions and 240 deletions.
185 changes: 106 additions & 79 deletions datastore/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion datastore/pyproject.toml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ python = ">= 3.8, < 4.0"
gcloud-aio-auth = ">= 3.1.0, < 6.0.0"

[tool.poetry.group.dev.dependencies]
aiohttp = "3.9.1"
aiohttp = "3.10.5"
gcloud-aio-auth = { path = "../auth" }
gcloud-aio-storage = { path = "../storage" }
pytest = "8.3.3"
185 changes: 106 additions & 79 deletions pubsub/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pubsub/pyproject.toml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ gcloud-aio-auth = ">= 3.3.0, < 6.0.0"
prometheus-client = ">= 0.13.1, < 1.0.0"

[tool.poetry.group.dev.dependencies]
aiohttp = "3.9.1"
aiohttp = "3.10.5"
gcloud-aio-auth = { path = "../auth" }
pytest = "8.3.3"
pytest-asyncio = "0.23.8"
185 changes: 106 additions & 79 deletions taskqueue/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion taskqueue/pyproject.toml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ python = ">= 3.8, < 4.0"
gcloud-aio-auth = ">= 3.1.0, < 6.0.0"

[tool.poetry.group.dev.dependencies]
aiohttp = "3.9.1"
aiohttp = "3.10.5"
gcloud-aio-auth = { path = "../auth" }
pytest = "8.3.3"
pytest-asyncio = "0.23.8"

0 comments on commit a6323be

Please sign in to comment.