chore(deps): Update numpy requirement from >=2.4.4 to >=2.4.5 in /money-machine/src-python#73
Conversation
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.4...v2.4.5) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
📝 WalkthroughWalkthroughNumPy minimum version constraint is updated from ChangesNumPy Minimum Version Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
Superseded by #80. |
Updates the requirements on numpy to permit the latest version.
Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
26e8185Merge pull request #31441 from charris/prepare-2.4.5573110cREL: Prepare for the NumPy 2.4.5 release.be6123aMerge pull request #31426 from jorenham/backport-31425a286f52TYP: FixDTypeLikeruntime type-checker supportf880727Merge pull request #31404 from charris/backport-31399626d469Merge pull request #31402 from charris/backport-31397a42bd48Merge pull request #31401 from charris/backport-31396207ad05TYP:_NestedSequencetype parameter default to work around a mypy issue (#3...309b637BUG: exclude pycache directories from wheels (#31397)8ded93cBUG: Avoid UB in safe_[add,sub,mul] helpers (#31396)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit
Chores
**Disclaimer This is AxiomID Review Agent.
Greptile Summary
This is a routine dependabot dependency update that bumps the minimum required numpy version from
>=2.4.4to>=2.4.5in themoney-machine/src-pythonpackage.pack_innerbug on s390x) and typing improvements — no breaking changes.requirements.txtis modified; no application code is touched.Confidence Score: 5/5
Safe to merge — this is a single-line patch bump with no application code changes and no breaking changes in numpy 2.4.5.
The change is a minimal patch-level version bump to a well-maintained library. NumPy 2.4.5 contains only bug fixes and typing improvements with no API changes, so the risk of regressions is very low.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[dependabot PR #73] --> B[requirements.txt] B --> C[numpy >=2.4.4 → >=2.4.5] C --> D{2.4.5 changes} D --> E[Bug fixes\nheap buffer overflow, pack_inner, temp elision] D --> F[Typing improvements\nDTypeLike, tile, ix_, sliding_window_view] D --> G[No breaking changes]Reviews (1): Last reviewed commit: "chore(deps): Update numpy requirement in..." | Re-trigger Greptile