Skip to content

Commit

Permalink
chore(deps): update dependency aiohttp to v3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Aug 12, 2024
1 parent ef8c87c commit 6ddcf7f
Show file tree
Hide file tree
Showing 6 changed files with 237 additions and 237 deletions.
156 changes: 78 additions & 78 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
Expand Up @@ -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.9.5"
gcloud-aio-auth = { path = "../auth" }
gcloud-aio-storage = { path = "../storage" }
pytest = "8.3.2"
Expand Down
156 changes: 78 additions & 78 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
Expand Up @@ -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.9.5"
gcloud-aio-auth = { path = "../auth" }
pytest = "8.3.2"
pytest-asyncio = "0.23.8"
Expand Down
Loading

0 comments on commit 6ddcf7f

Please sign in to comment.