Skip to content

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

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

chore(deps): bump aiohttp from 3.14.0 to 3.14.3 in /envs/agent_world_model_env#1048
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/envs/agent_world_model_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 dependency bump with no repo code changes; minor HTTP client behavior fixes are unlikely to break the env.

Overview
Updates the agent_world_model_env lockfile so resolved aiohttp moves from 3.14.0 to 3.14.3 (patch release). No application source changes—only uv.lock.

The newer aiohttp includes client fixes for credential headers on cross-origin redirects, C HTTP parser error messaging, plus other 3.14.x fixes (e.g. localhost resolution on Windows, last_modified rounding). Regenerating the lock also simplifies environment markers on several transitive deps (pandas, scikit-learn, scipy, secretstorage); package versions for those are unchanged.

Reviewed by Cursor Bugbot for commit f56c63e. 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 bump of aiohttp 3.14.03.14.3 in envs/agent_world_model_env/uv.lock (1 file changed, lockfile-only — 0 Python / manifest lines). aiohttp is a transitive dependency here (not declared in agent_world_model_env/pyproject.toml), pulled in via one of gradio / openai / mcp-agent / fastapi-mcp / huggingface-hub.

Automated Checks

  • Lint: PASS for this PR — the lint.sh hook exits non-zero, but every flagged file is a pre-existing, unrelated .py file (e.g. envs/opencode_env/*, envs/pi_env/*, envs/chat_env/*, envs/agent_world_model_env/server/web_ui.py). None are part of this PR, which changes 0 Python lines. The failures are pre-existing repo formatting drift, not introduced here (consistent with the repo's known pre-existing lint discrepancies).
  • Debug code: CLEAN for this PRcheck-debug.sh reports pre-existing print/TODO occurrences in src/, but this PR touches no src/ or .py files, so no debug code is introduced.

Open RFCs Context

  • In Review: 000 (Project Phases), 001 (Abstractions), 002 (Env Spec), 003 (MCP Support), 005 (Agentic Harnesses)
  • Draft: 010 (Echo-Env Token World Model)
  • 004 (Rubrics) has no explicit status header.

None of these RFCs govern dependency/lockfile management, and none conflict with a transitive patch bump. RFC 010 is topically adjacent by name ("world model") to this env, but the change carries no design/API/behavioral impact.

Tier 1: Fixes Required

None. Lockfile-only transitive dependency bump — no lint, debug, type, import, syntax, or security issues introduced. The aiohttp version / wheel URLs / hashes update consistently, and a patch-level bump is generally desirable for bug-fix and security hygiene.

Tier 2: Alignment Discussion

Principle Conflicts

None identified. No changes to API surface, reward computation, the client/server boundary, or the Gymnasium (reset/step/state) pattern.

RFC Conflicts

None identified.

Summary

  • 0 mechanical issues to fix
  • 0 alignment points for human review
  • 0 RFC conflicts to discuss

Note (non-blocking): the diff spans ~140 changed lines because, alongside the aiohttp bump, uv re-resolution collapsed some redundant environment markers for pandas, scikit-learn, scipy, and secretstorage (e.g. dropping python_full_version < '3.11' markers already implied by each package's resolution-markers). These are semantically equivalent and expected lockfile churn.

Open in Web View Automation 

Sent by Cursor Automation: Pre-review

@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/agent_world_model_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