chore(deps): bump the python group across 1 directory with 4 updates - #78
Merged
iamjr15 merged 1 commit intoJul 31, 2026
Merged
Conversation
1 task
iamjr15
added a commit
that referenced
this pull request
Jul 31, 2026
…110) Phase C of the OSS-ready program. - **PR-title gate**: Conventional-Commits pattern still enforced for all; the 72-char ceiling now exempts `dependabot[bot]` (titles are machine-generated and unshortenable — #76/#78 fail today solely on length; commitlint's own ceiling is 100). - **Dependency floors**: `dompurify` → 3.4.12 (closes alert #5); `body-parser` → 2.3.0 (resolved 2.2.2 was in-range via express + MCP-SDK paths, closes alert #4). - **`CLOUDFLARE_ACCOUNT_ID`** now read from secrets (masked in public run logs; secret created beforehand; the variable is deleted after the next validated dispatch — historical logs remain unredacted regardless). - `build-snapshot` environment casing normalized to `Production`; sandbox Dockerfile comment ties alerts #9/#8 to the existing overlay mitigation. ## Verification notes - [x] `pnpm lint` / `pnpm typecheck` / `pnpm turbo build --force` / `pnpm deadcode` / `pnpm architecture:check` / `pnpm turbo skills:build` — independent clean-install rerun - Lockfile diff limited to the two override resolutions; `pnpm why body-parser` single-resolves 2.3.0. - Post-merge: rebase #76/#78 (title gate), re-run #96 (expired quarantine), merge #81 after diff re-check; dispatch deploy to validate the secret-backed account id; then delete the variable.
Contributor
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/pip/infra/containers/sandbox/python-69dd3c5203
branch
from
July 31, 2026 19:01
f086d46 to
74d26fa
Compare
Bumps the python group with 4 updates in the /infra/containers/sandbox directory: [ipython](https://github.com/ipython/ipython), [matplotlib](https://github.com/matplotlib/matplotlib), [numpy](https://github.com/numpy/numpy) and [pypdfium2](https://github.com/pypdfium2-team/pypdfium2). Updates `ipython` from 9.13.0 to 9.15.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.13.0...9.15.0) Updates `matplotlib` from 3.10.7 to 3.11.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.7...v3.11.1) Updates `numpy` from 2.3.5 to 2.5.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.3.5...v2.5.1) Updates `pypdfium2` from 5.11.0 to 5.12.1 - [Release notes](https://github.com/pypdfium2-team/pypdfium2/releases) - [Commits](pypdfium2-team/pypdfium2@5.11.0...5.12.1) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pypdfium2 dependency-version: 5.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/infra/containers/sandbox/python-69dd3c5203
branch
from
July 31, 2026 19:05
74d26fa to
eca8214
Compare
iamjr15
deleted the
dependabot/pip/infra/containers/sandbox/python-69dd3c5203
branch
July 31, 2026 19:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python group with 4 updates in the /infra/containers/sandbox directory: ipython, matplotlib, numpy and pypdfium2.
Updates
ipythonfrom 9.13.0 to 9.15.0Commits
2273f39release 9.15.04774918fix4bec98bupdate whatsnew42fcfe4[3.11] Skip stup for Numpy that is not using > 3.11 syntaxb5da9acfix: clarify tk simple-prompt gui message00bcdeefix: don't let kitty graphics detection crash IPython startup60f2e26Fix #12726: %run honors quotes when expanding glob args3ea7aa6Strip ANSI escape sequences from Sphinx directive output9b7d419Add %xmode Doctest mode for doctest friendly tracebacksfdbdf1cIncrease codecov threshold to 0.2% to avoid false PR failuresUpdates
matplotlibfrom 3.10.7 to 3.11.1Release notes
Sourced from matplotlib's releases.
... (truncated)
Commits
3c1757aREL: v3.11.1792c6b5DOC: Prepare for 3.11.1aaff9f6Merge branch 'v3.11.0-doc' into v3.11.xd4f4527Merge pull request #32052 from meeseeksmachine/auto-backport-of-pr-32038-on-v...6ad4bcfMerge pull request #32050 from meeseeksmachine/auto-backport-of-pr-31304-on-v...7fb74d3Merge pull request #32051 from meeseeksmachine/auto-backport-of-pr-32037-on-v...c624aecBackport PR #32038: Fix occasional misalignment in reported mouse position (a...8eda2b7Backport PR #32037: Bump the actions group with 3 updatesa0e7ae5Backport PR #31304: Fix restoring 'auto' aspect in 3D axes after switching fr...9001323Merge pull request #32047 from meeseeksmachine/auto-backport-of-pr-32025-on-v...Updates
numpyfrom 2.3.5 to 2.5.1Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
5e1d03fMerge pull request #31863 from charris/prepare-2.5.1ad0b66bREL: Prepare for the NumPy 2.5.1 release.9df8516Merge pull request #31858 from charris/backport-316884dee265Merge pull request #31857 from charris/backport-31775dc8d553Merge pull request #31856 from charris/backport-3184667cb4a8fix:Signed integer overflow in datetime.c (#31688)baa2589TST: Clean up imports, formatting, and assertions2fe5ba4TEST: Refactor tests to use np.testing.assert_raises_regex per reviewbb46581MAINT: Remove deprecated Python recursion fix8f34214MAINT: Move SeedSequence recursion guard to C-layer and add testsUpdates
pypdfium2from 5.11.0 to 5.12.1Release notes
Sourced from pypdfium2's releases.
... (truncated)
Commits
b3e7e67[autorelease main] update 5.12.14a26360Prepare for minor version incrementc9c4ec3Update changelog9c70434Fix missing mkdir call in bindings build (blunder)5a28bfeREUSE.toml(bigendian.patch): credithjanuschka9b77635Changelog style fix38fa93b[autorelease main] update 5.12.0d60dbb6fix: reactivate release environment0be3571Take out --fail-on-no-commits8b94bccmain.yaml: fix loss of $NEW_VERSION