Bump the minor_and_patch group across 1 directory with 6 updates#391
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Bump the minor_and_patch group across 1 directory with 6 updates#391dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the minor_and_patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.1.3` | `2.2.6` | | [scipy](https://github.com/scipy/scipy) | `1.14.1` | `1.15.3` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.9.2` | `3.10.7` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.18.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.4.2` | | [pytest-describe](https://github.com/pytest-dev/pytest-describe) | `2.2.0` | `2.2.1` | Updates `numpy` from 2.1.3 to 2.2.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.1.3...v2.2.6) Updates `scipy` from 1.14.1 to 1.15.3 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.14.1...v1.15.3) Updates `matplotlib` from 3.9.2 to 3.10.7 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.9.2...v3.10.7) Updates `mypy` from 1.13.0 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.18.2) Updates `pytest` from 8.3.3 to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.4.2) Updates `pytest-describe` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/pytest-dev/pytest-describe/releases) - [Commits](pytest-dev/pytest-describe@2.2.0...2.2.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_and_patch - dependency-name: scipy dependency-version: 1.15.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_and_patch - dependency-name: matplotlib dependency-version: 3.10.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor_and_patch - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor_and_patch - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor_and_patch - dependency-name: pytest-describe dependency-version: 2.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor_and_patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 minor_and_patch group with 6 updates in the / directory:
2.1.32.2.61.14.11.15.33.9.23.10.71.13.01.18.28.3.38.4.22.2.02.2.1Updates
numpyfrom 2.1.3 to 2.2.6Release notes
Sourced from numpy's releases.
... (truncated)
Commits
2b686f6Merge pull request #28980 from charris/prepare-2.2.6ed41828REL: Prepare for the NumPy 2.2.6 release [wheel build]83e4e7fMerge pull request #28966 from charris/backport-28958248f0cbTYP: add rejection-tests for complexndarrayfloordiv5bad9daTYP: reject complex scalar types inndarray.__ifloordiv__6c42775Merge pull request #28915 from charris/backport-288924277e7cMerge pull request #28916 from charris/backport-28898bd1c863BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate. (#28898)87d1d8aMAINT: Avoid dereferencing/strict aliasing warnings during complex casts in `...9e50659Merge pull request #28913 from charris/backport-28908Updates
scipyfrom 1.14.1 to 1.15.3Release notes
Sourced from scipy's releases.
... (truncated)
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.9.2 to 3.10.7Release notes
Sourced from matplotlib's releases.
... (truncated)
Commits
4aeb773REL: v3.10.7080add3Merge branch 'v3.10.6-doc' into v3.10.xa604a8bGithub Stats v3.10.7f550261Zenodo v3.10.69a5e3e4Merge pull request #30628 from meeseeksmachine/auto-backport-of-pr-30626-on-v...eb8cb0cBackport PR #30626: MNT: Fix new F401 unused imports warnings8fadc71Backport PR #29745: Use PEP8 style method and function names from (#30589)098876eMerge pull request #30614 from meeseeksmachine/auto-backport-of-pr-30612-on-v...eb42d86Backport PR #30612: MNT: update black pin4a9c187Merge pull request #30572 from QuLogic/auto-backport-of-pr-30571-on-v3.10.xUpdates
mypyfrom 1.13.0 to 1.18.2Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
df05f05remove +dev from version01a7a12Update changelog for 1.18.2 (#19873)ca5abf0Typeshed cherry-pick: Make type ofunitest.mock.Anya subclass ofAny(#1...9d794b5[mypyc] fix: inappropriateNones in f-strings (#19846)2c0510cstubtest: additional guidance on errors when runtime is object.init (#19733)2f3f03cBump version to 1.18.2+dev for point release7669841Fix crash on recursive alias in indirection.py (#19845)03fbaa9bump version to 1.18.1 due to wheels failureb44a1fbremoved +dev from version7197a99Removed Unreleased in the Changelog for Release 1.18 (#19827)Updates
pytestfrom 8.3.3 to 8.4.2Release notes
Sourced from pytest's releases.
... (truncated)
Commits
bfae422Prepare release version 8.4.28990538Fix passenv CI in tox ini and make tests insensitive to the presence of the C...ca676bfMerge pull request #13687 from pytest-dev/patchback/backports/8.4.x/e63f6e51c...975a60aMerge pull request #13686 from pytest-dev/patchback/backports/8.4.x/12bde8af6...7723ce8Merge pull request #13683 from even-even/fix_Exeption_to_Exception_in_errorMe...b7f0568Merge pull request #13685 from CoretexShadow/fix/docs-pytest-generate-tests2c94c4aadd missing colon (#13640) (#13641)c3d7684Merge pull request #13606 from pytest-dev/patchback/backports/8.4.x/5f9938563...dc6e3beMerge pull request #13605 from The-Compiler/training-update-2025-07f87289cFix crash withtimesoutput style and skipped module (#13573) (#13579)Updates
pytest-describefrom 2.2.0 to 2.2.1Release notes
Sourced from pytest-describe's releases.
Commits
7b7f5a9Support latest pytest versions9779f96Fix bad pragma and comparison in trace_functionDependabot 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 conditions