Skip to content

chore(deps)(deps): bump aiohttp from 3.13.4 to 3.14.3 in /python/x402_a2a - #160

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/x402_a2a/aiohttp-3.14.3
Open

chore(deps)(deps): bump aiohttp from 3.13.4 to 3.14.3 in /python/x402_a2a#160
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/x402_a2a/aiohttp-3.14.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps aiohttp from 3.13.4 to 3.14.3.

Changelog

Sourced from aiohttp's changelog.

3.14.3 (2026-07-22)

Bug fixes

  • Fixed the client dropping only the first Authorization, Cookie and Proxy-Authorization header when a redirect crossed an origin -- by :user:arshsmith1.

    Related issues and pull requests on GitHub: :issue:13180.

  • Fixed error message construction in the C HTTP parser -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:13222.


3.14.2 (2026-07-20)

Bug fixes

  • Fixed :py:attr:~aiohttp.web.StreamResponse.last_modified rounding a :class:datetime.datetime with a fractional second down.

    Related issues and pull requests on GitHub: :issue:5303.

  • Fixed resolving localhost on Windows to fall back without AI_ADDRCONFIG when the first lookup fails, so localhost still works without an active network.

    Related issues and pull requests on GitHub: :issue:5357.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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.

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.13.4 to 3.14.3.
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.13.4...v3.14.3)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 4, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 4, 2026 17:46
lingzhong added a commit to lingzhong/a2a-x402 that referenced this pull request Aug 11, 2026
The lint jobs invoke `uvx ruff` with no version constraint, so each run
downloads whatever ruff is newest at that moment. Ruff 0.16 shipped
between 2026-07-06 and 2026-07-24 and tightened several rules, so the
lint job began failing on unchanged code: `main` at 125db55 reports 99
errors in python/x402_a2a and 20 in python/examples/adk-demo.

This is visible on Dependabot's own PRs -- google-agentic-commerce#147 (2026-07-06) passed lint,
while google-agentic-commerce#154 (2026-07-24) and google-agentic-commerce#160 (2026-08-04) both fail it.

Pinning to 0.15.18 restores green CI without touching any source, and
makes lint results reproducible over time. The ruff dev-dependency floor
in both pyproject.toml files matches, so local and CI agree.
lingzhong added a commit to lingzhong/a2a-x402 that referenced this pull request Aug 11, 2026
Four of the bumps this PR consolidated were superseded while it sat open.
Re-locked to the versions Dependabot now proposes, and picked up one new
safe PR (google-agentic-commerce#131).

python/x402_a2a:
  aiohttp          3.14.0 -> 3.14.3   (google-agentic-commerce#160, supersedes google-agentic-commerce#122)
  pyasn1           0.6.3  -> 0.6.4    (google-agentic-commerce#154, supersedes google-agentic-commerce#100)
  python-multipart 0.0.27 -> 0.0.31   (google-agentic-commerce#131, new)
  pytest           9.0.3  -> 9.1.0    (google-agentic-commerce#135, supersedes google-agentic-commerce#113)
  pytest-asyncio   1.3.0  -> 1.4.0    (google-agentic-commerce#135)
  ruff             0.15.13 -> 0.15.18 (google-agentic-commerce#135)

python/examples/adk-demo:
  click     8.3.3  -> 8.4.1   (google-agentic-commerce#147, supersedes google-agentic-commerce#116)
  uvicorn   0.46.0 -> 0.49.0  (google-agentic-commerce#147)
  cdp-sdk   1.46.0 -> 1.47.1  (google-agentic-commerce#147)
  ruff      0.15.12 -> 0.15.18 (google-agentic-commerce#147)

pytest-mock, trio and web3 were already at or above the new targets.

The ruff floor is now 0.15.18 in both pyproject.toml files, resolving the
inconsistency flagged in review (adk-demo had >=0.15.12 against
x402_a2a's >=0.15.13) and matching the version pinned in CI.

Majors remain excluded: starlette (google-agentic-commerce#133), x402 (google-agentic-commerce#117), a2a-sdk (google-agentic-commerce#114).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants