-
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 #1545
Bump the runtime-dependencies group across 1 directory with 5 updates #1545
Conversation
Bumps the runtime-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [asteval](https://github.com/lmfit/asteval) | `1.0.2` | `1.0.5` | | [numpy](https://github.com/numpy/numpy) | `2.0.1` | `2.1.1` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` | | [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.2` | | [xarray](https://github.com/pydata/xarray) | `2024.7.0` | `2024.9.0` | Updates `asteval` from 1.0.2 to 1.0.5 - [Release notes](https://github.com/lmfit/asteval/releases) - [Commits](lmfit/asteval@1.0.2...1.0.5) Updates `numpy` from 2.0.1 to 2.1.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.1...v2.1.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 `pydantic` from 2.8.2 to 2.9.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.8.2...v2.9.2) Updates `xarray` from 2024.7.0 to 2024.9.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.07.0...v2024.09.0) --- updated-dependencies: - dependency-name: asteval 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: pydantic 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]>
🧙 Sourcery has finished reviewing your pull request! 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!
for more information, see https://pre-commit.ci
Quality Gate passedIssues Measures |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the runtime-dependencies group with 5 updates in the / directory:
1.0.2
1.0.5
2.0.1
2.1.1
2.2.2
2.2.3
2.8.2
2.9.2
2024.7.0
2024.9.0
Updates
asteval
from 1.0.2 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 lmfit1f135fa
Procedures: move 'build signature' to _signature() method, use in repr45beb7b
add support for deleting subscript6a218da
add Group() function to nested symbol tableUpdates
numpy
from 2.0.1 to 2.1.1Release notes
Sourced from numpy's releases.
... (truncated)
Commits
48606ab
Merge pull request #27328 from charris/prepare-2.1.1a7cb4c4
REL: Prepare for the NumPy 2.1.1 release [wheel build]884c92b
Merge pull request #27303 from charris/backport-27284ca7f5c1
Merge pull request #27304 from charris/backport-270492a49507
BUG: f2py: better handle filtering of public/private subroutinesd4306dd
TST: Add regression test for gh-26920db9668d
BLD: cp311- macosx_arm64 wheels [wheel build]c6ff254
Merge pull request #27287 from charris/post-2.0.2-release-update326bc17
MAINT: Update main after the 2.0.2 release8164b7c
Merge pull request #27278 from charris/backport-27275Updates
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
pydantic
from 2.8.2 to 2.9.2Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
7cedbfb
history updates7eab2b8
v bumpc0a288f
FixZoneInfo
with various invalid types (#10408)ea6115d
Fix variance issue in_IncEx
type alias, only allowTrue
(#10414)fbfe25a
Fix serialization schema generation when usingPlainValidator
(#10427)26cff3c
Adding notes on designing callable discriminators (#10400)8a0e7ad
Do not error when trying to evaluate annotations of private attributes (#10358)ecc5275
bump2c61bfd
Fix evaluation of stringified annotations during namespace inspection (#10347)3d364cb
Use correct types namespace when building namedtuple core schemas (#10337)Updates
xarray
from 2024.7.0 to 2024.9.0Release notes
Sourced from xarray's releases.
... (truncated)
Commits
ed0418b
Release notes for v2024.09.0 (#9480)781877c
FixDataTree.coords.__setitem__
by addingDataTreeCoordinates
class (#9451)fac2c89
Rename DataTree's "ds" and "data" to "dataset" (#9476)a6bacfe
Update DataTree repr to indicate inheritance (#9470)9735216
Bump pypa/gh-action-pypi-publish in the actions group (#9460)6baceca
Repo checker (#9450)cc74d3a
Add days_in_year and decimal_year to dt accessor (#9105)cea354f
remove parent argument from DataTree.init (#9465)40666b2
Fix inheritance in DataTree.copy() (#9457)45a0027
ImplementDataTree.__delitem__
(#9453)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 conditions