Skip to content

Commit f596b82

Browse files
chore(deps): bump aiohttp from 3.9.0 to 3.13.4 in /packages/google-api-core (#17016)
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiohttp&package-manager=pip&previous-version=3.9.0&new-version=3.13.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/googleapis/google-cloud-python/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 3820d9d commit f596b82

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

packages/google-api-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Documentation = "https://googleapis.dev/python/google-api-core/latest/"
5858
Repository = "https://github.com/googleapis/google-cloud-python"
5959

6060
[project.optional-dependencies]
61-
async_rest = ["google-auth[aiohttp] >= 2.14.1, < 3.0.0", "aiohttp >= 3.9.0"]
61+
async_rest = ["google-auth[aiohttp] >= 2.14.1, < 3.0.0", "aiohttp >= 3.13.4"]
6262
grpc = [
6363
"grpcio >= 1.41.0, < 2.0.0",
6464
"grpcio >= 1.49.1, < 2.0.0; python_version >= '3.11'",

packages/google-api-core/testing/constraints-async-rest-3.10.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,4 @@ requests==2.25.0
1212
grpcio==1.41.0
1313
grpcio-status==1.41.0
1414
proto-plus==1.22.3
15-
# Note: We pin aiohttp to 3.9.0 to avoid deprecation warnings about '@coroutine'
16-
# decorators which were deprecated since Python 3.8. When older versions of aiohttp
17-
# load, because they used @coroutine deep inside their internals, the warnings
18-
# bubble up and cause our nox session to fail.
19-
aiohttp==3.9.0
15+
aiohttp==3.13.4

0 commit comments

Comments
 (0)