build(deps): bump the production group across 1 directory with 6 updates#1066
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
build(deps): bump the production group across 1 directory with 6 updates#1066dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the production group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.3` | `3.10.8` | | [numpy](https://github.com/numpy/numpy) | `2.2.6` | `2.4.2` | | [polars](https://github.com/pola-rs/polars) | `1.29.0` | `1.37.1` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.6.1` | `1.8.0` | | [statsmodels](https://github.com/statsmodels/statsmodels) | `0.14.4` | `0.14.6` | | [xxhash](https://github.com/ifduyue/python-xxhash) | `3.5.0` | `3.6.0` | Updates `matplotlib` from 3.10.3 to 3.10.8 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.3...v3.10.8) Updates `numpy` from 2.2.6 to 2.4.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.2.6...v2.4.2) Updates `polars` from 1.29.0 to 1.37.1 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-1.29.0...py-1.37.1) Updates `scikit-learn` from 1.6.1 to 1.8.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.6.1...1.8.0) Updates `statsmodels` from 0.14.4 to 0.14.6 - [Release notes](https://github.com/statsmodels/statsmodels/releases) - [Changelog](https://github.com/statsmodels/statsmodels/blob/main/CHANGES.md) - [Commits](statsmodels/statsmodels@v0.14.4...v0.14.6) Updates `xxhash` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/ifduyue/python-xxhash/releases) - [Changelog](https://github.com/ifduyue/python-xxhash/blob/master/CHANGELOG.rst) - [Commits](ifduyue/python-xxhash@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: numpy dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: polars dependency-version: 1.37.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: scikit-learn dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: statsmodels dependency-version: 0.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: xxhash dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production ... Signed-off-by: dependabot[bot] <support@github.com>
1fa1d5a to
b1547a2
Compare
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 production group with 6 updates in the / directory:
3.10.33.10.82.2.62.4.21.29.01.37.11.6.11.8.00.14.40.14.63.5.03.6.0Updates
matplotlibfrom 3.10.3 to 3.10.8Release notes
Sourced from matplotlib's releases.
Commits
1392cbeREL: v3.10.80b9ebb3Doc release prep v3.10.8bc7b5c4Merge branch 'v3.10.7-doc' into v3.10.x86b38d3Github stats v3.10.89512188Merge pull request #30717 from meeseeksmachine/auto-backport-of-pr-30714-on-v...d300769Backport PR #30714: FIX: Gracefully handle numpy arrays as input to check_in_...799bc95Merge pull request #30711 from ngoldbaum/v3.10.x134000bMerge pull request #30697 from ngoldbaum/fix-plotting-on-worker-threads5b8e219TST: Run macosx backends in a subprocess878e71aBackport PR #29810: Declare free-threaded support in MacOS backend extension ...Updates
numpyfrom 2.2.6 to 2.4.2Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
c81c49fMerge pull request #30757 from charris/prepare-2.4.2b3ae9c5REL: Prepare for the NumPy 2.4.2 release9de8984Merge pull request #30737 from mattip/scipy-openblas-backportb7be329backport scipy-openblas version change7ff9863Merge pull request #30736 from charris/backport-30667431fffbMAINT: Skip tests that require buffer.127235fBUG: fix thread safety ofarray_getbuffer(#30667)18bdb2eMerge pull request #30713 from charris/backport-3071041dd751Merge pull request #30712 from charris/backport-307057a278daBUG: Fixup the quantile promotion fixupUpdates
polarsfrom 1.29.0 to 1.37.1Release notes
Sourced from polars's releases.
... (truncated)
Commits
bb79993Python Polars 1.37.1 (#26078)26a9d09chore: Mark top slow normal tests as slow (#26080)451f247refactor(rust): SimplifyPlPath(#26053)b532aaddocs: Clarify min_by/max_by behavior on ties (#26077)7077967fix: Optimize slicing support on compressed IPC (#26071)44c1397fix: CPU check for musl builds (#26076)35ec398chore: Update breaking deps (#26055)84fa663fix(python): Propagate C Stream import errors instead of panicking (#26036)e9e20e4fix: Fix slicing on compressed IPC (#26066)b0fdbd3chore: Fix for upstream url bug and update deps (#26052)Updates
scikit-learnfrom 1.6.1 to 1.8.0Release notes
Sourced from scikit-learn's releases.
... (truncated)
Commits
646da0f[cd build]4f4f283Generate changelog967dcdeSet versioncb1424bDOC Release highlights for 1.8 (#32809)5645b27🔒 🤖 CI Update lock files for main CI build(s) 🔒 🤖 (#32859)6b9fb11🔒 🤖 CI Update lock files for free-threaded CI build(s) 🔒 :rob...a0f6d88🔒 🤖 CI Update lock files for array-api CI build(s) 🔒 🤖 ...c1de8fcFIX Makeget_namespacehandle pandas dataframe input (#32838)764249aFix_safe_indexingwith non integer arrays on array API inputs (#32840)eca5e0aFIX Add new default max_samples=None in Bagging estimators (#32825)Updates
statsmodelsfrom 0.14.4 to 0.14.6Release notes
Sourced from statsmodels's releases.
Commits
40e6a84Merge pull request #9701 from bashtage/doc-0.14.6-changes120ad27DOC: Release note for 0.14.6e8b0ab0Merge pull request #9700 from bashtage/final-0.14.6-changes8ad398aMAINT: Improve compatability wiht recent NumPy9495808Merge pull request #9633 from bashtage/changes-0-14-6b44854aSTY: Fix linting failse7b2fa5MAINT: Update for recent changes1107ea5Merge pull request #9591 from bashtage/rls-0-14-5-notesf3b362aMAINT: Update CIe2249abDOC: Final fixesUpdates
xxhashfrom 3.5.0 to 3.6.0Release notes
Sourced from xxhash's releases.
Changelog
Sourced from xxhash's changelog.
Commits
4fad0ddPrepare 3.6.0fdfcd18Mark VERSION_TUPLE deprecated7ff1c53Already enable python free-threading in github action yaml601c103Add trove Programming Language :: Python :: Free Threading :: 1 - Unstable3bfe968ci: cibuildwheel enable cpython-freethreading87e78a7Add trove Programming Language :: Python :: 3.14341b44bBump actions/checkout from 4 to 5c918900Bump actions/download-artifact from 4 to 54655adbBump actions/setup-python from 5 to 6d200a9dBump pypa/gh-action-pypi-publish in /.github/workflowsDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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