-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the runtime-dependencies group across 1 directory with 3 updates #1572
base: main
Are you sure you want to change the base?
Conversation
Bumps the runtime-dependencies group with 3 updates in the / directory: [numpy](https://github.com/numpy/numpy), ruamel-yaml and [scipy](https://github.com/scipy/scipy). Updates `numpy` from 2.0.2 to 2.2.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.0.2...v2.2.1) Updates `ruamel-yaml` from 0.18.6 to 0.18.10 Updates `scipy` from 1.14.1 to 1.15.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.14.1...v1.15.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request updates the runtime-dependencies group, bumping numpy, ruamel-yaml and scipy to newer versions. The numpy version was updated from 2.0.2 to 2.2.1, ruamel-yaml from 0.18.6 to 0.18.10 and scipy from 1.14.1 to 1.15.1. Additionally, the upper bound for the numpy dependency was updated in setup.cfg. Class diagram showing dependency version constraintsclassDiagram
class DependencyConstraints {
+numpy: '>=1.21.2,<2.3'
+ruamel_yaml: '0.18.10'
+scipy: '1.15.1'
}
note for DependencyConstraints "Updated version constraints"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Quality Gate passedIssues Measures |
Bumps the runtime-dependencies group with 3 updates in the / directory: numpy, ruamel-yaml and scipy.
Updates
numpy
from 2.0.2 to 2.2.1Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
7469245
Merge pull request #28047 from charris/prepare-2.2.1acb051e
REL: Prepare for the NumPy 2.2.1 release [wheel build]28a091a
Merge pull request #28044 from charris/backport-28039723605b
TST: Add test for allowingNone
in operand sequence passed tonditer
554739e
TYP: allowNone
in operand sequence of nditer31bc4c8
Merge pull request #28021 from charris/backport-2802032f52a3
CI: pin scipy-doctest to 1.5.1 (#28020)6219aeb
Merge pull request #28007 from charris/backport-28005eb7071c
Merge pull request #28006 from charris/backport-280034f82c32
BUG: Cython API was missing NPY_UINTP.Updates
ruamel-yaml
from 0.18.6 to 0.18.10Updates
scipy
from 1.14.1 to 1.15.1Release notes
Sourced from scipy's releases.
... (truncated)
Commits
df134ea
REL: 1.15.1 rel commit [wheel build]f939c19
Merge pull request #22296 from tylerjereddy/treddy_1.15.1_backports609bb3c
DOC: PR 22296 revisions5bfd6a2
TST: stats.Normal: bump tolerance on test of logcdf (#22276)f9a549c
DOC: update 1.15.1 relnotes6f011d8
MAINT: Update highs subproject commit0ff01de
TST: fix thread safety issue in interpolate.bsplines memmap test21c65ab
BLD: fix some issues with undeclared internal build dependencies826759e
MAINT: fix url for array-api-extra git submodule9af1fcd
Merge pull request #22235 from tylerjereddy/treddy_prep_1.15.1Most Recent Ignore Conditions Applied to This Pull Request
You can trigger a rebase of this PR 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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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 NumPy to 2.2.1, ruamel-yaml to 0.18.10, and SciPy to 1.15.1.