Skip to content

Update dependency matplotlib to v3.11.0#304

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/matplotlib-3.x
Open

Update dependency matplotlib to v3.11.0#304
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/matplotlib-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
matplotlib ==3.10.9==3.11.0 age confidence

Release Notes

matplotlib/matplotlib (matplotlib)

v3.11.0

Compare Source


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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

LGTM, straightforward Renovate minor version bump for matplotlib.

Extended reasoning...

Overview

This PR bumps matplotlib from 3.10.9 to 3.11.0 in template/requirements.txt. It's a single-line change generated by Renovate.

Security risks

None identified. matplotlib is a well-established plotting library and this is a routine minor version bump from the official PyPI package.

Level of scrutiny

Low. This is a mechanical dependency version bump in the sandbox template's requirements file, following the same pattern as many recent Renovate PRs merged into this repo (e.g., #303 ipython, #298 beautifulsoup4). No code logic is affected.

Other factors

The bug hunting system found no issues. Change is trivial and self-contained.

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9a3616c44d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread template/requirements.txt
orjson==3.11.9
pandas==2.2.3
matplotlib==3.10.9
matplotlib==3.11.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update boxplot callers before bumping Matplotlib

In the PR workflow I checked (.github/workflows/pull_request.yml calls build_test_template.yml and passes its template id into the Python/JS test workflows), this line builds a sandbox with Matplotlib 3.11.0. Matplotlib 3.11 removed Axes.boxplot(labels=...) in favor of tick_labels (the 3.11 signature only lists tick_labels), but the sandbox chart tests still run ax.boxplot(..., labels=data.keys(), ...) in python/tests/charts/test_box_and_whiskers.py:24 and js/tests/charts/boxAndWhisker.test.ts:26; those snippets now error before producing a chart. Please update those callers or hold this bump.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants