-
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 5 updates #1555
base: main
Are you sure you want to change the base?
Conversation
Bumps the runtime-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [asteval](https://github.com/lmfit/asteval) | `1.0.3` | `1.0.5` | | [netcdf4](https://github.com/Unidata/netcdf4-python) | `1.7.1.post2` | `1.7.2` | | [numpy](https://github.com/numpy/numpy) | `2.0.2` | `2.1.3` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` | | [xarray](https://github.com/pydata/xarray) | `2024.9.0` | `2024.10.0` | Updates `asteval` from 1.0.3 to 1.0.5 - [Release notes](https://github.com/lmfit/asteval/releases) - [Commits](lmfit/asteval@1.0.3...1.0.5) Updates `netcdf4` from 1.7.1.post2 to 1.7.2 - [Release notes](https://github.com/Unidata/netcdf4-python/releases) - [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog) - [Commits](https://github.com/Unidata/netcdf4-python/commits) Updates `numpy` from 2.0.2 to 2.1.3 - [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.1.3) Updates `pandas` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.2...v2.2.3) Updates `xarray` from 2024.9.0 to 2024.10.0 - [Release notes](https://github.com/pydata/xarray/releases) - [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md) - [Commits](pydata/xarray@v2024.09.0...v2024.10.0) --- updated-dependencies: - dependency-name: asteval dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies - dependency-name: netcdf4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies - dependency-name: xarray dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis pull request updates several runtime dependencies to their latest versions. The key changes include updating numpy to support version 2.1.3, along with version bumps for asteval, netcdf4, pandas, and xarray. The changes primarily consist of bug fixes, performance improvements, and compatibility updates. No diagrams generated as the changes look simple and do not need a visual representation. 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 5 updates in the / directory:
1.0.3
1.0.5
1.7.1.post2
1.7.2
2.0.2
2.1.3
2.2.2
2.2.3
2024.9.0
2024.10.0
Updates
asteval
from 1.0.3 to 1.0.5Release notes
Sourced from asteval's releases.
Commits
8d7326d
improve error management; shunt .run() with string to .eval()cc1f757
strengthen tests to assure length of errors, testing both .call() and .run()36dc5f1
more tests and updates for exception handling84ab7d7
more changes for #133 and exception handling84ed2f3
improve expection handling with raise_errors=True, fixing GH1333c55649
add test for GH133fcb2a39
emergency fix for handling errors, exposed by lmfitUpdates
netcdf4
from 1.7.1.post2 to 1.7.2Changelog
Sourced from netcdf4's changelog.
... (truncated)
Commits
Updates
numpy
from 2.0.2 to 2.1.3Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
98464cc
Merge pull request #27690 from charris/prepare-2.1.3cbda85b
REL: Prepare for the NumPy 2.1.3 release [wheel build]daa8699
Merge pull request #27672 from charris/backport-27666614ca19
Merge pull request #27673 from charris/backport-27636e6b02d7
DOC: add release note54fd729
BUG: substantially simplify and fix issue with justification promotera90fe7c
BUG: fix more issues with string ufunc promotiona121864
BUG: fixes for StringDType/unicode promotersf055fb9
BUG: Fix a reference count leak in npy_find_descr_for_scalar.5895c02
Merge pull request #27669 from charris/backport-27663Updates
pandas
from 2.2.2 to 2.2.3Release notes
Sourced from pandas's releases.
Commits
0691c5c
RLS: 2.2.3658dfdd
relax cython bound6891e90
Backport PR #59847: BLD: Build wheels for Python 3.13 on aarch64 as wellf108468
RLS: 2.2.36958738
Backport PR #59840: BLD: Final release prep for 2.2.3 (#59842)0bd98fe
Backport PR #59136 on branch 2.2.x (Upload 3.13 & free-threaded nightly wheel...8d67e77
Backport PR #59836 on branch 2.2.x (BLD: Fix bad Cython annotation) (#59837)f7b6378
Assorted backports for 2.2.x (#59785)2127b42
Backport #59144 on 2.2.x / 2.3.x (remove ops div class to solve #2137) (#59535)4a20adb
Backport PR #59813 on branch 2.2.x (CI: Debug failing ARM builds) (#59828)Updates
xarray
from 2024.9.0 to 2024.10.0Release notes
Sourced from xarray's releases.
... (truncated)
Commits
165177e
v2024.10.0 release summary (#9678)fbe73ef
drop the length fromnumpy
's fixed-width string dtypes (#9586)f24cae3
fixing behaviour for group parameter inopen_datatree
(#9666)519f05e
Use zarr v3 dimension_names (#9669)5b2e6f1
fix(zarr): use inplace array.resize for zarr 2 and 3 (#9673)1f5889a
implementdask
methods onDataTree
(#9670)521b087
supportchunks
inopen_groups
andopen_datatree
(#9660)b133fdc
Compatibility for zarr-python 3.x (#9552)4798707
Update to_dataframe doc to match current behavior (#9662)5632c8e
Reduce graph size through writing indexes directly into graph for ``map_block...Most 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
Build: