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 Feb 16, 2024
1 parent 75046bf commit d8cbdb1
Show file tree
Hide file tree
Showing 8 changed files with 322 additions and 322 deletions.
156 changes: 78 additions & 78 deletions auth/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion auth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">= 3.8, < 4.0"
aiohttp = ">= 3.3.0, < 3.9.2" # TODO: fix timeout args
aiohttp = ">= 3.3.0, < 3.9.4" # TODO: fix timeout args
backoff = ">= 1.0.0, < 3.0.0"
chardet = ">= 2.0, < 6.0"
# See https://cryptography.io/en/latest/api-stability/#deprecation
Expand Down
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.0.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.0.1"
pytest-asyncio = "0.23.5"
Expand Down
160 changes: 80 additions & 80 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
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" }
pytest = "8.0.1"
pytest-asyncio = "0.23.5"
Expand Down

0 comments on commit d8cbdb1

Please sign in to comment.