deps: bump the python-dependencies group with 7 updates - #19
Open
dependabot[bot] wants to merge 1 commit into
Open
deps: bump the python-dependencies group with 7 updates#19dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.11.0` | `3.11.1` | | [numpy](https://github.com/numpy/numpy) | `2.5.1` | `2.5.2` | | [pandas](https://github.com/pandas-dev/pandas) | `3.0.3` | `3.0.5` | | [rebound](https://github.com/hannorein/rebound) | `4.6.0` | `5.1.1` | | [reboundx](https://github.com/dtamayo/reboundx) | `4.6.2` | `4.6.1` | | [skyfield](https://github.com/brandon-rhodes/python-skyfield) | `1.54` | `1.55` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.21` | `0.16.3` | Updates `matplotlib` from 3.11.0 to 3.11.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.11.0...v3.11.1) Updates `numpy` from 2.5.1 to 2.5.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.5.1...v2.5.2) Updates `pandas` from 3.0.3 to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v3.0.3...v3.0.5) Updates `rebound` from 4.6.0 to 5.1.1 - [Release notes](https://github.com/hannorein/rebound/releases) - [Changelog](https://github.com/hannorein/rebound/blob/main/changelog.md) - [Commits](hannorein/rebound@4.6.0...5.1.1) Updates `reboundx` from 4.6.2 to 4.6.1 - [Release notes](https://github.com/dtamayo/reboundx/releases) - [Changelog](https://github.com/dtamayo/reboundx/blob/main/changelog.md) - [Commits](dtamayo/reboundx@4.6.2...4.6.1) Updates `skyfield` from 1.54 to 1.55 - [Changelog](https://github.com/skyfielders/python-skyfield/blob/master/CHANGELOG.rst) - [Commits](skyfielders/python-skyfield@1.54...1.55) Updates `ruff` from 0.15.21 to 0.16.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.21...0.16.3) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: rebound dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: reboundx dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: skyfield dependency-version: '1.55' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the python-dependencies group with 7 updates:
3.11.03.11.12.5.12.5.23.0.33.0.54.6.05.1.14.6.24.6.11.541.550.15.210.16.3Updates
matplotlibfrom 3.11.0 to 3.11.1Release notes
Sourced from matplotlib's releases.
Commits
3c1757aREL: v3.11.1792c6b5DOC: Prepare for 3.11.1aaff9f6Merge branch 'v3.11.0-doc' into v3.11.xd4f4527Merge pull request #32052 from meeseeksmachine/auto-backport-of-pr-32038-on-v...6ad4bcfMerge pull request #32050 from meeseeksmachine/auto-backport-of-pr-31304-on-v...7fb74d3Merge pull request #32051 from meeseeksmachine/auto-backport-of-pr-32037-on-v...c624aecBackport PR #32038: Fix occasional misalignment in reported mouse position (a...8eda2b7Backport PR #32037: Bump the actions group with 3 updatesa0e7ae5Backport PR #31304: Fix restoring 'auto' aspect in 3D axes after switching fr...9001323Merge pull request #32047 from meeseeksmachine/auto-backport-of-pr-32025-on-v...Updates
numpyfrom 2.5.1 to 2.5.2Release notes
Sourced from numpy's releases.
... (truncated)
Commits
48feceeREL: Prepare for the NumPy 2.5.2 release (#32226)ecf599cMerge pull request #32221 from charris/backport-321513c7ac97Merge pull request #32220 from charris/backport-3220523b30f4BUG: avoid segfaults when legacy copyswap slot is not defined (#32151)4964ca8TYP:iscloseshape-typing fix for 2d array-likes (#32205)c37ed94MAINT: Skip limited_api tests on some platforms. (#32214)5cfd73bMerge pull request #32206 from charris/update-cibuildwheeld8262bcMAINT: Update cibuildwheel to v4.2.0988d94dMerge pull request #32158 from charris/backport-32133b2e4f97BUG: avoid possible stack overflow in arraydescr_dealloc (#32133)Updates
pandasfrom 3.0.3 to 3.0.5Release notes
Sourced from pandas's releases.
Commits
e68db09RLS: 3.0.50697623Backport PR #66428: DOC: update whatsnew for 3.0.5 (#66430)5d846d0Backport PR #66090 on branch 3.0.x (BLD: exclude numpy 2.5.0 when building wh...bef7a2bBackport PR #66169 on branch 3.0.x (CI: Fix pyarrow-nightly job (stale nightl...8188eb1RLS: 3.0.4 (#66079)bd35f15[3.0.x] BUG: fix CoW issue in eval() (#66072)6195872[backport 3.0.x] BUG: anchor whole alternation in Series.str.match for PyArro...70313beBackport PR #66051 on branch 3.0.x (BUG: fix regression in DataFrame setitem ...57ed3e2[backport 3.0.x] Bump pypa/cibuildwheel from 3.4.1 to 4.1.0 (#65934) (#66026)f9693fc[backport 3.0.x] BUG(pandas 3.0 regression): drop(index=...) doesn't accept N...Updates
reboundfrom 4.6.0 to 5.1.1Release notes
Sourced from rebound's releases.
Changelog
Sourced from rebound's changelog.
Commits
33549d1Updating version to 5.1.1b0c25d4bump version of cibuildwheels8124beeAdd assembly files to source distribution, see #928ec50fc0Updated WHFast512cabb68aUpdating version to 5.0.1cf99043Fixed wrong integer size in python collision struct. Closes #925.7ce88e3docs: add missing python code block opening tag in timestepping.md (#924)6c44115moved variable inside if block9f69849removed polyfill9cc8f3cReturn nan if particle is not found in reb_simulation_jacobi_com().Updates
reboundxfrom 4.6.2 to 4.6.1Changelog
Sourced from reboundx's changelog.
... (truncated)
Commits
d52096aMerge pull request #156 from hannorein/spinremovala6bbd2eRemoves spin ODE before creating new one8b4f8bfupdated examples9b3e165fixed small issueUpdates
skyfieldfrom 1.54 to 1.55Changelog
Sourced from skyfield's changelog.
Commits
8e8eb20Declare version 1.551d42baeCI: add Stellarium file, so no download is neededdb99f0eSwitch to new Stellarium constellation file format292212eAdd GM Sun from ephemeris DE440 as a constantb6579fdFix almanac inner function docstring (#1134)771bb29Fix 0/0 = NaN in the rise/set parabola fit (#1140)40c6e6cDocs: reword intro to Planetary Reference Frames7dfae00Docs: for #1121 explain wherepositioncame from127a730Silence recent NumPy warning aboutnp.boolf598772Fix: refract() on array should return same anglesUpdates
rufffrom 0.15.21 to 0.16.3Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
b0e4702Bump 0.16.3 (#27723)ecdd401[ty] Separate script and uv modules from project metadata (#27720)1263524[ty] Simplify display implementations with std::fmt::from_fn (#27718)59196ba[ty] Unify polarity-aware relation construction (#27707)b8c5e73[ty] Disable CodSpeed cycle estimation for instrumented benchmarks (#27706)2b0d210[ty] Centralize matched argument relations (#27705)a9130f3[pyupgrade] Add rule to replacewhile 1withwhile True(while-one, `...c64c7d6[ty] Model try exception flow with operation checkpoints (#27471)9dea5ef[ty] Avoid deriving sequents for typevars with concrete bounds (#27587)9798e88[ty] Preserve enum exhaustiveness with custom missing methods (#27700)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 <dependency name> major versionwill 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 versionwill 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