chore(deps): bump aiohttp from 3.14.0 to 3.14.3 in /envs/agent_world_model_env - #1048
chore(deps): bump aiohttp from 3.14.0 to 3.14.3 in /envs/agent_world_model_env#1048dependabot[bot] wants to merge 1 commit into
Conversation
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>
|
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. |
There was a problem hiding this comment.
Alignment Review Report
Scope: dependabot bump of aiohttp 3.14.0 → 3.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.shhook exits non-zero, but every flagged file is a pre-existing, unrelated.pyfile (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 PR —
check-debug.shreports pre-existingprint/TODOoccurrences insrc/, but this PR touches nosrc/or.pyfiles, 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.
Sent by Cursor Automation: Pre-review
|
Closing in favor of aggregate env Dependabot PR #1015. |
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |


Bumps aiohttp from 3.14.0 to 3.14.3.
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
5e392ceRelease v3.14.3 (#13225)49f65d5[PR #13222/f4866933 backport][3.14] Build C parser error message from bounded...240099e[PR #13180/ee53d655 backport][3.14] drop every copy of credential headers on ...d93f30aBump version (#13202)c1b9212Release v3.14.2 (#13201)380d4b5[PR #13054/ed8b040c backport][3.14] escape backslashes in digest auth quoted-...e1e1beeMake llhttp method array size dynamic (#13174) (#13196)aa4cf29[PR #13170/2b906869 backport][3.14] Fix StreamResponse.last_modified rounding...71b57b4[PR #13172/a57747ed backport][3.14] Fix C parser folding fragment into query_...64a03fb[PR #13169/1adc0cd7 backport][3.14] Upgrade http:// to https:// in README.rst...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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_envlockfile so resolvedaiohttpmoves from 3.14.0 to 3.14.3 (patch release). No application source changes—onlyuv.lock.The newer
aiohttpincludes client fixes for credential headers on cross-origin redirects, C HTTP parser error messaging, plus other 3.14.x fixes (e.g.localhostresolution on Windows,last_modifiedrounding). 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.