Skip to content

chore(deps): bump aiohttp from 3.14.0 to 3.14.3 in /envs/openapp_env - #1052

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/envs/openapp_env/aiohttp-3.14.3
Closed

chore(deps): bump aiohttp from 3.14.0 to 3.14.3 in /envs/openapp_env#1052
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/envs/openapp_env/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.14.0 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

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 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.

Note

Low Risk
Lockfile-only patch bump of a common HTTP client; collateral marker changes are resolver metadata, not new direct dependencies or app logic.

Overview
Updates envs/openapp_env/uv.lock so aiohttp moves from 3.14.0 to 3.14.3 (patch release with client redirect/credential-header fixes, C parser error handling, and related 3.14.x fixes). No application source changes—only the lockfile.

The same lock refresh also adjusts uv dependency markers for several transitive packages (e.g. CUDA/NVIDIA wheels and tifffile’s numpy edge), without changing pinned versions beyond aiohttp.

Reviewed by Cursor Bugbot for commit c7e913f. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.14.0 to 3.14.3.
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.14.0...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 dependabot Bot added Dependencies python:uv Pull requests that update python:uv code labels Aug 4, 2026
@bot-ci-comment

bot-ci-comment Bot commented Aug 4, 2026

Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@burtenshaw burtenshaw added environment size: small Small pull request labels Aug 4, 2026 — with Cursor

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alignment Review Report

Scope: Dependabot transitive-dependency bump — aiohttp 3.14.03.14.3 in envs/openapp_env. Exactly one file changed: envs/openapp_env/uv.lock (+89 / −89). No source, pyproject.toml, Dockerfile, openenv.yaml, or API changes. aiohttp is a transitive dependency only — it is not declared in openapp_env/pyproject.toml and appears nowhere in the env's code (it enters via the browsergym/playwright stack).

Automated Checks

  • Lint: PASS (for this PR's scope). bash .claude/hooks/lint.sh exits non-zero, but every flagged file is pre-existing ruff format drift in unrelated environments (opencode_env, pi_env, chat_env, coding_tools_env, jupyter_env, repl_env, terminus_env, textarena_env, agent_world_model_env). None are in openapp_env, and this PR modifies zero .py files, so it introduces no lint/format regressions.
  • Debug code: CLEAN (for this PR). check-debug.sh only reports pre-existing print/TODO occurrences under src/; this PR touches no source.
  • Lockfile validity (extra check): PASS. uv lock --check in envs/openapp_env resolved 163 packages and exited 0 — the updated lock is consistent with pyproject.toml.

Open RFCs Context

All RFCs are pre-1.0 design docs in In Review (000, 001, 002, 003, 005) or Draft (010) status, covering project phases, abstractions, env spec, MCP, rubrics/harnesses, and echo token-world-modeling. None relate to dependency management or lockfiles, so none are relevant to this bump.

Tier 1: Fixes Required

  • None.

Informational (not a required fix): Beyond the aiohttp entry, the lock diff also contains collateral marker normalizations for CUDA / nvidia-* / tifffile packages (e.g. dropping sys_platform == 'linux' and python_full_version qualifiers). This is the expected byproduct of regenerating the lock with a newer uv (marker simplification), and uv lock --check passing confirms the lock is internally consistent. Flagging only so reviewers are aware the diff is not strictly limited to aiohttp.

Tier 2: Alignment Discussion

Principle Conflicts

None identified. A transitive dependency version bump in one env's lockfile does not touch the Gymnasium API surface (reset/step/state), client–server separation, rewards-in-environment, the MCP/WebSocket boundary, or Pydantic wire types.

RFC Conflicts

None identified.

Summary

  • 0 mechanical issues to fix
  • 0 alignment points for human review
  • 0 RFC conflicts to discuss
  • 1 informational note (collateral uv marker normalization in the lockfile)

Patch-level bump of a transitive HTTP dependency; lockfile validated and consistent. No blocking issues found by this alignment review.

Open in Web View Automation 

Sent by Cursor Automation: Pre-review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alignment Review Report

Scope: Native Dependabot bump of a transitive dependency — aiohttp 3.14.03.14.3 — in envs/openapp_env. Exactly one file changed: envs/openapp_env/uv.lock (+89 / −89). No source, pyproject.toml, Dockerfile, openenv.yaml, or API changes. aiohttp is not declared in openapp_env/pyproject.toml and appears nowhere in the env's code (it enters via the browsergym/playwright stack), so a lock-only change is the correct shape.

Automated Checks

  • Lint: PASS (for this PR's scope). bash .claude/hooks/lint.sh exits non-zero, but every flagged file is pre-existing ruff format drift in unrelated envs (opencode_env, pi_env, chat_env, coding_tools_env, jupyter_env, repl_env, terminus_env, textarena_env, agent_world_model_env). None are in openapp_env, and this PR modifies zero .py files → no lint/format regression. (CI's lint job only covers src/+tests/; .lock/TOML are not linted at all.)
  • Debug code: CLEAN. check-debug.sh scans src/ only and reports pre-existing hits; this PR touches no source.
  • Lockfile validity: PASS. uv lock --check in envs/openapp_env resolved 163 packages, exit 0 — the lock is consistent with pyproject.toml.
  • Hash / integrity: VERIFIED. aiohttp 3.14.3 sdist 9491…44bc and the cp312 x86_64 wheel 5439…db42 match pypi.org exactly; yanked: false; requires_python >=3.10 ⊆ the env's >=3.11,<3.14.
  • Lock provenance: BORN-CLEAN. revision = 3 on both sides (no revision bump), 0 HF-mirror refs on both sides (no index-source flip), 163→163 packages (0 add/remove), and the only files.pythonhosted.org lines that changed are aiohttp's. No requires-dist re-sync.

Security (positive signal)

This bump clears a large batch of known advisories. aiohttp 3.14.0 carries 22 advisories on PyPI; all are fixed by 3.14.3 (16 fixed in 3.14.1, 3 in 3.14.2, and 3 only in 3.14.3 — e.g. GHSA-cq5v-8q36-5273, PYSEC-2026-3545). 3.14.3 itself has no known vulnerabilities. Bumping to exactly 3.14.3 (not an earlier patch) is what clears the 3.14.3-only items. Net: security-positive.

Open RFCs Context

All RFCs are pre-1.0 design docs in In Review (000, 001, 002, 003, 005, 008) or Draft (010) status, covering project phases, abstractions, env spec, MCP, rubrics/harnesses, auto-validation, and echo token-world-modeling. None cover dependency management / lockfiles / PyPI, so none are relevant to this bump.

Tier 1: Fixes Required

  • None.

Informational (not a required fix): Beyond aiohttp, the lock also contains collateral marker normalizations on the CUDA / nvidia-* / tifffile entries (e.g. dropping redundant sys_platform == 'linux' / python_full_version qualifiers). This is a byproduct of regenerating the lock with a newer uv's marker simplification — resolved versions, the package set, and artifact hashes are all unchanged and uv lock --check passes, so it's benign representational churn. Flagged only so the diff's breadth isn't read as a resolution change.

Tier 2: Alignment Discussion

Principle Conflicts

None identified. A transitive dependency version bump in one env's lockfile does not touch the Gymnasium API surface (reset/step/state), client–server separation, rewards-in-environment, the MCP/WebSocket boundary, or Pydantic wire types.

RFC Conflicts

None identified.

Process note (recurring on native dependabot/uv/envs/** PRs)

FLAG: Dependabot exclude-paths bypass.

  • Config at stake: .github/dependabot.yml.
  • The concern: the uv updater is configured with exclude-paths: ["envs/**"] (lines 8-9), yet this native dependabot/uv/envs/openapp_env/… PR still edits envs/openapp_env/uv.lock. exclude-paths is a valid key but the uv ecosystem doesn't appear to honor it (a known platform limitation); the intended path for env bumps is the aggregate codex/dependabot-envs-* roll-ups. Not a code issue — surfacing so the team can decide whether to adjust config or expectations. (The separate github-actions updater has no exclude-paths and is correctly in-scope.)
  • Suggested reviewer: @burtenshaw (author of .github/dependabot.yml).

Summary

  • 0 mechanical issues to fix
  • 0 principle/alignment conflicts
  • 0 RFC conflicts
  • 1 recurring process note (dependabot exclude-paths bypass on native env PRs) + 1 informational lock note (benign uv marker normalization)

Verified, born-clean, hash-checked, and security-positive transitive patch bump. No blocking issues from this alignment review.

Open in Web View Automation 

Sent by Cursor Automation: Pre-review

Comment thread envs/openapp_env/uv.lock
[[package]]
name = "aiohttp"
version = "3.14.0"
version = "3.14.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aiohttp 3.14.0 → 3.14.3 — security-positive. 3.14.0 carries 22 known advisories on PyPI; all are fixed by 3.14.3 (3 are fixed only in 3.14.3, e.g. GHSA-cq5v-8q36-5273 / PYSEC-2026-3545), and 3.14.3 has no known vulns. sdist 9491…44bc and the cp312 x86_64 wheel 5439…db42 both verified against pypi.org; yanked: false; requires_python >=3.10 fits the env's >=3.11,<3.14. Transitive-only (via browsergym/playwright), so the lock-only change is correct.

Comment thread envs/openapp_env/uv.lock
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "cuda-pathfinder", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },
{ name = "cuda-pathfinder" },

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Collateral to the aiohttp re-lock: markers on the CUDA / nvidia-* / tifffile entries were normalized (here cuda-pathfinder lost its sys_platform != 'emscripten'/'win32' qualifier). This is uv's marker simplification on lock regeneration — resolved versions, the package set (163→163), and artifact hashes are unchanged and uv lock --check passes, so it's benign. Noted only so the diff's breadth isn't read as a resolution change.

@burtenshaw

Copy link
Copy Markdown
Collaborator

Closing in favor of aggregate env Dependabot PR #1015.

@burtenshaw burtenshaw closed this Aug 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/uv/envs/openapp_env/aiohttp-3.14.3 branch August 6, 2026 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies environment python:uv Pull requests that update python:uv code size: small Small pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant