Skip to content

Commit

Permalink
chore(deps): update dependency aiohttp to v3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Mar 14, 2024
1 parent c011a7c commit b8f9a28
Show file tree
Hide file tree
Showing 6 changed files with 243 additions and 243 deletions.
160 changes: 80 additions & 80 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.3"
gcloud-aio-auth = { path = "../auth" }
gcloud-aio-storage = { path = "../storage" }
pytest = "8.1.1"
Expand Down
160 changes: 80 additions & 80 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.3"
gcloud-aio-auth = { path = "../auth" }
pytest = "8.1.1"
pytest-asyncio = "0.23.5"
Expand Down
Loading

0 comments on commit b8f9a28

Please sign in to comment.