Skip to content

Update matplotlib requirement from <=3.10.8,>=3.7.3 to >=3.7.3,<=3.11.0#2240

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/matplotlib-gte-3.7.3-and-lte-3.11.0
Open

Update matplotlib requirement from <=3.10.8,>=3.7.3 to >=3.7.3,<=3.11.0#2240
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/matplotlib-gte-3.7.3-and-lte-3.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on matplotlib to permit the latest version.

Release notes

Sourced from matplotlib's releases.

REL: v3.11.0

The largest change within this release is a complete overhaul of text and font processing. Through the use of libraqm, HarfBuzz, SheenBidi, and an updated release of FreeType, all text should now support modern font features, enabling full internationalization in all languages. Not all features of these libraries are supported yet, but we expect this work to enable further improvements in an easier manner.

Outside of text handling, there are several improvements to 3D Axes, performance, new accessible colour sequences, flexible figure management, and more. See the release notes for more information.

Commits
  • 69c7534 REL: v3.11.0
  • b7d912b DOC: Set 3.11 as preferred stable release
  • 7c3d502 Update Security Policy for 3.11
  • 964e73d DOC: Prepare GitHub stats for 3.11 final
  • bfa2633 Bump font manager version to final release
  • d0603b2 Merge pull request #31873 from meeseeksmachine/auto-backport-of-pr-31706-on-v...
  • edf5ebc Backport PR #31706: Fix clabel manual index
  • c0e80b7 Merge pull request #31872 from meeseeksmachine/auto-backport-of-pr-31868-on-v...
  • 2a14854 Backport PR #31868: DOC: Move errorbar examples to the statistics sections
  • ea43d96 Merge pull request #31871 from meeseeksmachine/auto-backport-of-pr-31870-on-v...
  • Additional commits viewable in compare view

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)

Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.3...v3.11.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-version: 3.11.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Issue related to libraries we depend on and how we interface with them run_benchmarks Run timing benchmarks on this PR against current master branch skip_changelog No need to update changelog on this PR labels Jun 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Memory benchmark result

|               Test Name                |      %Δ      |    Master (MB)     |      PR (MB)       |    Δ (MB)    |    Time PR (s)     |  Time Master (s)   |
| -------------------------------------- | ------------ | ------------------ | ------------------ | ------------ | ------------------ | ------------------ |
  test_objective_jac_w7x                 |    4.12 %    |     3.917e+03      |     4.079e+03      |    161.30    |       31.35        |       30.05        |
  test_proximal_jac_w7x_with_eq_update   |   -1.68 %    |     6.578e+03      |     6.467e+03      |   -110.83    |       153.76       |       155.58       |
  test_proximal_freeb_jac                |   -0.07 %    |     1.336e+04      |     1.335e+04      |    -8.76     |       83.14        |       78.72        |
  test_proximal_freeb_jac_blocked        |    0.57 %    |     7.680e+03      |     7.723e+03      |    43.87     |       71.01        |       70.70        |
  test_proximal_freeb_jac_batched        |   -0.32 %    |     7.672e+03      |     7.647e+03      |    -24.17    |       70.00        |       70.19        |
  test_proximal_jac_ripple               |    1.01 %    |     3.550e+03      |     3.586e+03      |    36.01     |       57.08        |       56.17        |
  test_proximal_jac_ripple_bounce1d      |   -0.02 %    |     3.768e+03      |     3.768e+03      |    -0.69     |       70.95        |       70.74        |
  test_eq_solve                          |   -1.13 %    |     2.064e+03      |     2.040e+03      |    -23.41    |       87.64        |       87.85        |

For the memory plots, go to the summary of Memory Benchmarks workflow and download the artifact.

@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.33%. Comparing base (1c7178d) to head (fb485af).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2240      +/-   ##
==========================================
- Coverage   94.33%   94.33%   -0.01%     
==========================================
  Files         101      101              
  Lines       28855    28855              
==========================================
- Hits        27220    27219       -1     
- Misses       1635     1636       +1     

see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@YigitElma YigitElma requested review from a team, YigitElma, ddudt, dpanici, f0uriest, rahulgaur104 and unalmis and removed request for a team June 15, 2026 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue related to libraries we depend on and how we interface with them run_benchmarks Run timing benchmarks on this PR against current master branch skip_changelog No need to update changelog on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants