build: bump the core group with 2 updates - #3910
Merged
Merged
Conversation
Bumps the core group with 2 updates: [scipy](https://github.com/scipy/scipy) and [matplotlib](https://github.com/matplotlib/matplotlib). Updates `scipy` from 1.15.2 to 1.15.3 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.15.2...v1.15.3) Updates `matplotlib` from 3.10.1 to 3.10.3 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.1...v3.10.3) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.15.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core - dependency-name: matplotlib dependency-version: 3.10.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Reviewer's GuideThis PR updates two dependencies, File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3910 +/- ##
=======================================
Coverage 88.32% 88.32%
=======================================
Files 187 187
Lines 14830 14830
=======================================
Hits 13099 13099
Misses 1731 1731 🚀 New features to boost your workflow:
|
germa89
approved these changes
May 9, 2025
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 core group with 2 updates: scipy and matplotlib.
Updates
scipyfrom 1.15.2 to 1.15.3Release notes
Sourced from scipy's releases.
Commits
e29dcb6REL: 1.15.3 rel commit [wheel build]61e6aa1Merge pull request #22840 from tylerjereddy/treddy_1.15.3_backports18c4ca8MAINT: PR 22840 wheel build [wheel build]bd0f132MAINT: PR 22840 revisions033b138MAINT: PR 22840 revisions7a283ccDOC: PR 22840 revisions3d1ea40BUG: spatial.HalfspaceIntersection: raise on non-feasible half space (#20035)d01b984BUG: ndimage.median_filter: fix segfault when usingmode='mirror'(#22608)0879108MAINT: special.logsumexp: fix bug when weight of largest magnitude component ...9b3b2d8Merge pull request #22869 from smurfix/mainUpdates
matplotlibfrom 3.10.1 to 3.10.3Commits
8b82729REL: v3.10.371e6946REL prep 3.10.30ef15b6Merge pull request #30018 from meeseeksmachine/auto-backport-of-pr-29907-on-v...3b50d5cBackport PR #29907: Ensure text metric calculation always uses the text cacheacb7361Merge pull request #30010 from rcomer/auto-backport-of-pr-29992-on-v3.10.x0ef1165Backport PR #29992 on v3.10.x: Update pinned oldest win image on azure0595366Merge pull request #29867 from QuLogic/auto-backport-of-pr-29827-on-v3.10.x9f40c83Merge pull request #30002 from meeseeksmachine/auto-backport-of-pr-29673-on-v...95c87f2Backport PR #29673: DOC: document the issues with overlaying new mpl on old mpla64d453Merge pull request #29999 from QuLogic/auto-backport-of-pr-29997-on-v3.10.xDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by Sourcery
Update dependencies for scipy and matplotlib to their latest patch versions
Build: