Bump the python-dependencies group across 1 directory with 11 updates - #36
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the python-dependencies group across 1 directory with 11 updates#36dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [numpy](https://github.com/numpy/numpy), [pandas](https://github.com/pandas-dev/pandas), [scipy](https://github.com/scipy/scipy), [cvxpy](https://github.com/cvxpy/cvxpy), [python-dotenv](https://github.com/theskumar/python-dotenv), [matplotlib](https://github.com/matplotlib/matplotlib), [plotly](https://github.com/plotly/plotly.py), [streamlit](https://github.com/streamlit/streamlit), [ipywidgets](https://github.com/jupyter-widgets/ipywidgets), [pytest](https://github.com/pytest-dev/pytest) and [mypy](https://github.com/python/mypy) to permit the latest version. Updates `numpy` 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.4.6...v2.5.2) Updates `pandas` to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v3.0.3...v3.0.5) Updates `scipy` to 1.18.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.17.1...v1.18.1) Updates `cvxpy` to 1.9.2 - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](cvxpy/cvxpy@v1.9.1...v1.9.2) Updates `python-dotenv` to 1.2.3 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.2.2...v1.2.3) Updates `matplotlib` to 3.11.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.11.0...v3.11.1) Updates `plotly` to 6.9.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](plotly/plotly.py@v6.8.0...v6.9.0) Updates `streamlit` to 1.62.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](streamlit/streamlit@1.58.0...1.62.0) Updates `ipywidgets` to 8.1.9 - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](jupyter-widgets/ipywidgets@8.1.8...8.1.9) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.1.0...9.1.1) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.1.0...v2.3.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: scipy dependency-version: 1.18.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: cvxpy dependency-version: 1.9.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: plotly dependency-version: 6.9.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: streamlit dependency-version: 1.62.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: ipywidgets dependency-version: 8.1.9 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:production 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.
Updates the requirements on numpy, pandas, scipy, cvxpy, python-dotenv, matplotlib, plotly, streamlit, ipywidgets, pytest and mypy to permit the latest version.
Updates
numpyto 2.5.2Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (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
pandasto 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
scipyto 1.18.1Release notes
Sourced from scipy's releases.
Commits
e4e854eREL: SciPy 1.18.1 rel commit3c8e5f8BLD, MAINT: pythran bounds for1.18.1(#25978)54c0f95BLD, MAINT: pythran bounds for1.18.145a355dMerge pull request #25884 from tylerjereddy/treddy_backports_1.18.1a717e28DOC: PR 25884 revisionsbb489c0DOC: PR 25884 revisions09bca24BLD: package: pin meson on win-64 to avoid clang-cl bug (#25913)095fe56DOC, BLD: PR 25884 revisionse66ea64DOC: update minimum GCC version in toolchain roadmapc021653TST: tolerance bumps and skips on 32-bit platformsUpdates
cvxpyto 1.9.2Release notes
Sourced from cvxpy's releases.
Commits
7cb26d3Release v1.9.2bcad203Patch/1.9.2fac9f6fCI: install Moreau from PyPI instead of private Fury indexa89e5cfFix N-D parametric matmul in the COO and SCIPY canonicalization backends (#3401)c6ac6c7Add missing numpy_numeric decorator to entr.numeric (#3379)6ba794aFix scrambled ExpCone duals for matrix-shaped arguments (#3377)eeddbb7fix cone head lb (#3364)20ae79dDedup identical subtrees in Dcp2Cone canonicalization (#3355)eeb13c3Updates to the wishlist (#3421)951e8b8Fix factor-2 error in Hermitian PSD constraint dual recovery (#3388)Updates
python-dotenvto 1.2.3Release notes
Sourced from python-dotenv's releases.
Changelog
Sourced from python-dotenv's changelog.
... (truncated)
Commits
49515afBump version: 1.2.2 → 1.2.38ac846fchore: add release runbook (RELEASING.md) and make release targetbb31c94docs: add 1.2.3 release notes (#606, #638, #680)f7b18d9fix: round-trip backslashes through set_key (#680)751f8c1ci(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions gro...f1937b6chore(deps): update mkdocs-include-markdown-plugin requirement from >=6.0.0 t...45b9372chore(deps): update pytest requirement from >=3.9 to >=9.0.3 (#653)72896e9docs: fix broken mkdocs link in CONTRIBUTING.md (#636)72754a1ci(deps): bump peaceiris/actions-gh-pages from 4.0.0 to 4.1.0 in the github-a...078325eci(security): harden CI/CD supply chain with SHA pinning and least-privilege ...Updates
matplotlibto 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
plotlyto 6.9.0Release notes
Sourced from plotly's releases.
Changelog
Sourced from plotly's changelog.
... (truncated)
Commits
495134aupdate date2e824d8version changes for v6.9.0c27c986Merge pull request #5639 from plotly/update-plotlyjs-3.7.03d63d05typosfd7e3f1update commands.py and CONTRIBUTING.md to reflect the fact that JS build arti...9a753feupdate changelog4ff6656update built JS artifactsb3facc7update plotly.js to v3.7.05cdb606Merge pull request #5630 from eugen-goebel/fix-marginal-error-message-spacing8d47808Add missing space in unsupported-marginal error messageUpdates
streamlitto 1.62.0Release notes
Sourced from streamlit's releases.
... (truncated)
Commits
5a6be2bUp version to 1.62.0576fcde[fix]date_inputanddatetime_inputoverflow styling in narrow containers...5261cd8[fix] Restore metric sparkline after empty chart data (#16543)3bea909[feature] Add wrap parameter to st.multiselect (#16509)98b2ff8[refactor] Use Starlette 1.5 native gzip media/range handling (#16462)54435f1RemoveBaseWeband related dependencies (#16514)96dae80[feature] Add in-error install-skills callout (#15693)ae7786dAddTimeFieldtoDateTimeInputcalendar popover (#16502)72385a2[spec] Addtype="step"forst.expanderandst.status(#14875)653c13eBump ruff from 0.16.2 to 0.16.3 in the python-ruff group (#16552)Updates
ipywidgetsto 8.1.9Release notes
Sourced from ipywidgets's releases.
Commits
Updates
pytestto 9.1.1Release notes
Sourced from pytest's releases.
Commits
cf470ecPrepare release version 9.1.1e0c8ce6Merge pull request #14625 from pytest-dev/patchback/b...Description has been truncated