Skip to content

Bump aiohttp from 3.14.1 to 3.14.3 in /mlperf-edu - #1992

Merged
profvjreddi merged 1 commit into
devfrom
dependabot/uv/mlperf-edu/aiohttp-3.14.3
Aug 10, 2026
Merged

Bump aiohttp from 3.14.1 to 3.14.3 in /mlperf-edu#1992
profvjreddi merged 1 commit into
devfrom
dependabot/uv/mlperf-edu/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.1 to 3.14.3.

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.

---
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 Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 4, 2026
@github-actions github-actions Bot added area: website Website presentation and styling type: code programming exercise content labels Aug 4, 2026
@Shashank-Tripathi-07

Copy link
Copy Markdown
Collaborator

Things changed in this dependency bump: Patch bump; Dependabot didn't surface release notes for this one specifically (GitHub API gap, not a red flag), but it's two patch versions, consistent with routine fixes.

Components this dependency touches: Transitive, pulled in via torch-geometric (confirmed in an earlier dependency audit this cycle). Not directly imported by mlperf-edu code.

Downstream components that may break (if merged): None expected at this patch-version distance.

What to do before merging: Nothing beyond normal CI.

Final decision: Let's get this merged.

@Shashank-Tripathi-07

Copy link
Copy Markdown
Collaborator

CI is red here, but not because of this bump. The failing jobs (Tests, Audit, and Package Portability, and everything downstream of it) fail with ModuleNotFoundError: No module named 'matplotlib' in tests/test_paper_figures.py, matplotlib is imported by tools/generate_paper_figures.py but was never added to mlperf-edu/pyproject.toml or uv.lock. Same failure is hitting #2001, #2000, and #1993 right now, so this is repo-wide, not specific to this bump.

Once matplotlib is added as a dependency and this PR rebases onto that fix, CI should go green and this can be merged.

@profvjreddi
profvjreddi merged commit faed20d into dev Aug 10, 2026
4 of 13 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/mlperf-edu/aiohttp-3.14.3 branch August 10, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: website Website presentation and styling dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code type: code programming exercise content

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants