Skip to content

Commit

Permalink
chore(deps): update dependency aiohttp to v3.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Nov 19, 2024
1 parent 496c1ee commit ac76693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.11.5"
gcloud-aio-auth = { path = "../auth" }
gcloud-aio-storage = { path = "../storage" }
pytest = "8.3.3"
Expand Down
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.11.5"
gcloud-aio-auth = { path = "../auth" }
pytest = "8.3.3"
pytest-asyncio = "0.23.8"
Expand Down
2 changes: 1 addition & 1 deletion taskqueue/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.11.5"
gcloud-aio-auth = { path = "../auth" }
pytest = "8.3.3"
pytest-asyncio = "0.23.8"
Expand Down

0 comments on commit ac76693

Please sign in to comment.