-
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 8 updates #1567
Bump the runtime-dependencies group across 1 directory with 8 updates #1567
Conversation
Bumps the runtime-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [asteval](https://github.com/lmfit/asteval) | `1.0.3` | `1.0.5` | | [attrs](https://github.com/sponsors/hynek) | `24.2.0` | `24.3.0` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [netcdf4](https://github.com/Unidata/netcdf4-python) | `1.7.1.post2` | `1.7.2` | | [numpy](https://github.com/numpy/numpy) | `2.0.2` | `2.2.1` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` | | [sdtfile](https://github.com/cgohlke/sdtfile) | `2024.5.24` | `2024.12.6` | | [xarray](https://github.com/pydata/xarray) | `2024.9.0` | `2024.11.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 `attrs` from 24.2.0 to 24.3.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.7...8.1.8) 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.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 `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 `sdtfile` from 2024.5.24 to 2024.12.6 - [Release notes](https://github.com/cgohlke/sdtfile/releases) - [Changelog](https://github.com/cgohlke/sdtfile/blob/master/CHANGES.rst) - [Commits](cgohlke/sdtfile@v2024.5.24...v2024.12.6) Updates `xarray` from 2024.9.0 to 2024.11.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.11.0) --- updated-dependencies: - dependency-name: asteval dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: click 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: sdtfile dependency-type: direct:production update-type: version-update:semver-minor 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 the runtime dependencies for several packages. 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!
0e1b608
to
31b2151
Compare
Quality Gate passedIssues Measures |
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.
I downgraded numpy
again because there currently isn't a numba
version that officially supports it.
I also fixed the old breaking definition of intersphinx_mapping
that was breaking the docs and fixed 2 more deprecation warnings from sphinx
.
Bumps the runtime-dependencies group with 8 updates in the / directory:
1.0.3
1.0.5
24.2.0
24.3.0
8.1.7
8.1.8
1.7.1.post2
1.7.2
2.0.2
2.2.1
2.2.2
2.2.3
2024.5.24
2024.12.6
2024.9.0
2024.11.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
attrs
from 24.2.0 to 24.3.0Commits
Updates
click
from 8.1.7 to 8.1.8Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
934813e
release version 8.1.8c23223b
Add links to third-party projects enhancing Click (#2815)822d4fd
Add links to third-party projects8e7bed0
Break up arguments section (#2586)3241541
Remove some typing hints.bed0377
remove test pypi6534590
update dev dependenciesb1e392e
fix typosfdc6b02
Fix missing reset in isolation function (#2733)ffd43e9
Fixed missing reset on _compat.should_strip_ansi.Updates
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.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
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
sdtfile
from 2024.5.24 to 2024.12.6Release notes
Sourced from sdtfile's releases.
Changelog
Sourced from sdtfile's changelog.
Commits
96afd12
Release v2024.12.6bd6f037
Update CHANGES.rst3ec4a2c
Update sdtfile/sdtfile.pybc66e0e
Release v2024.11.24243c910
Update CHANGES.rst544573f
Update setup.py26a4e0c
Update sdtfile/sdtfile.pye4ebe26
Update sdtfile/init.pyUpdates
xarray
from 2024.9.0 to 2024.11.0Release notes
Sourced from xarray's releases.
... (truncated)
Commits
1bb867d
v2024.11.0 (#9794)b18afbf
ListedColormap: don't pass N colors (#9811)38d5308
Add note on DataTree.map_over_datasets to migration guide (#9804)1c88f1e
Faster chunk checking for backend datasets (#9808)e510a9e
Compatibility with Zarr v3b2 (#9795)6942d68
Minor format tweak to unrecognized engine error (#9809)ad5c7ed
AddGroupBy.shuffle_to_chunks()
(#9320)077276a
Add utility for opening remote files withfsspec
(#9797)339ed93
Soft import (#9561)700191b
Bump minimum versions (#9796)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: