Bump the production-dependencies group across 1 directory with 6 updates#323
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the production-dependencies group across 1 directory with 6 updates#323dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
|
@dependabot rebase |
Updates the requirements on [nibabel](https://github.com/nipy/nibabel), [numpy](https://github.com/numpy/numpy), [polars](https://github.com/pola-rs/polars), [scipy](https://github.com/scipy/scipy), styxcache and [styxpodman](https://github.com/styx-api/styxpodman) to permit the latest version. Updates `nibabel` to 5.4.2 - [Release notes](https://github.com/nipy/nibabel/releases) - [Changelog](https://github.com/nipy/nibabel/blob/master/Changelog) - [Commits](nipy/nibabel@5.3.3...5.4.2) Updates `numpy` to 2.4.4 - [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.2...v2.4.4) Updates `polars` to 1.40.1 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-1.38.1...py-1.40.1) Updates `scipy` to 1.17.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.17.0...v1.17.1) Updates `styxcache` to 0.2.2 Updates `styxpodman` to 0.2.0 - [Commits](https://github.com/styx-api/styxpodman/commits) --- updated-dependencies: - dependency-name: nibabel dependency-version: 5.4.2 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: polars dependency-version: 1.40.1 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: scipy dependency-version: 1.17.1 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: styxcache dependency-version: 0.2.2 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: styxpodman dependency-version: 0.2.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
bf89822 to
b05863d
Compare
Contributor
|
@dependabot rebase |
Author
|
The dependabot.yml entry that created this PR has been deleted so this PR can't be rebased. Please close the PR so Dependabot can create a new one with the current dependabot.yml. |
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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.
Updates the requirements on nibabel, numpy, polars, scipy, styxcache and styxpodman to permit the latest version.
Updates
nibabelto 5.4.2Changelog
Sourced from nibabel's changelog.
... (truncated)
Commits
513f421rel: 5.4.2cc4fa26chore(ci): Use non-slim runner for package deployment553a3d4doc: Add missing changelog entries5054e90rel: 5.4.19f78e47Merge pull request #1478 from effigies/fix/python-m-pytestd8653ectest: Skip removalschedule tests on shallow checkouts719b5f9fix: Ignore executable name in checking for usage output84a6956chore(ci): Addpython -m pytesttestdb76723Merge pull request #1475 from effigies/chore/consistency94df062chore: Use uv more consistentlyUpdates
numpyto 2.4.4Release notes
Sourced from numpy's releases.
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
be93fe2Merge pull request #31090 from charris/prepare-2.4.4f5245dcREL: Prepare for the NumPy 2.4.4 release02e838bMerge pull request #31084 from charris/backport-31056fa74b2dMAINT: numpy.i: Replace deprecatedsprintfwithsnprintf(#31056)533a6dbMerge pull request #31079 from charris/backport-208019e496cbTST: fix POWER VSX feature mapping (#30801)8052c4bMerge pull request #31058 from charris/backport-310217f13b5aMAINT: Skip test on PyPy.4c5fdd6MAINT: Remove unused import of tracemalloc.a3ca5edUpdate numpy/_core/src/multiarray/shape.cUpdates
polarsto 1.40.1Release notes
Sourced from polars's releases.
Commits
344a0eaPython Polars 1.40.1 (#27381)4856eb3fix: Honorhavingpredicate inGroupByiter (#27370)f992305chore(python): Disable mypy type checking forpyarrowcalls (#27377)17f9074chore: Disable debug symbols in macos coverage tests (#27361)44948d3fix: Use the physical dtype forNumUnorderedImplodeReducerarrow `ListArray...6bb1cf8fix(python): Address bug inreduce_balancedfor certain input length lists ...fb70396docs: Split out openlineage docs into guide and configuration (#27371)2436421fix: Ensurelist.sample()allowsfraction> 1 when `with_replacement=True...21f150fci(rust): Cargo deny (#27363)dd9be47perf: Skip validity mask processing in array_ufunc when no inputs have nu...Updates
scipyto 1.17.1Release notes
Sourced from scipy's releases.
Commits
527eb7fREL: 1.17.1 release commit [wheel build]f11663bMerge pull request #24584 from tylerjereddy/treddy_prep_1.17.12c49e68DOC: PR 24584 revisions400fa15safely convert index dtypes to intc for csgraph and superLU8c70404MAINT: PR 24584 revisions [wheel build]6dda8c1BUG: PR 24584 revisions4a187e5DOC: PR 24584 revisions463ee9fENH: linalg/inv: re-enable overwrite_a for 2D inputs (#24442)df746eeBUG: linalg: restore dtypes in inv, solve, det246bfeeMAINT:optimize: Enable multi-phase init to DIRECTUpdates
styxcacheto 0.2.2Updates
styxpodmanto 0.2.0Commits