From fc03cc69c44d00464ce631e5a19abbc496aeeb9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:11:37 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 7 updates Updates the requirements on [numpy](https://github.com/numpy/numpy), [scipy](https://github.com/scipy/scipy), [matplotlib](https://github.com/matplotlib/matplotlib), [pandas](https://github.com/pandas-dev/pandas), [scikit-learn](https://github.com/scikit-learn/scikit-learn), [statsmodels](https://github.com/statsmodels/statsmodels) and jupyter-book to permit the latest version. Updates `numpy` from 2.2.5 to 2.3.5 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.2.5...v2.3.5) Updates `scipy` from 1.15.2 to 1.16.3 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.15.2...v1.16.3) Updates `matplotlib` from 3.10.1 to 3.10.7 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.1...v3.10.7) Updates `pandas` from 2.2.3 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...v2.3.3) Updates `scikit-learn` from 1.6.1 to 1.7.2 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.6.1...1.7.2) Updates `statsmodels` from 0.14.4 to 0.14.5 - [Release notes](https://github.com/statsmodels/statsmodels/releases) - [Changelog](https://github.com/statsmodels/statsmodels/blob/main/CHANGES.md) - [Commits](https://github.com/statsmodels/statsmodels/compare/v0.14.4...v0.14.5) Updates `jupyter-book` to 2.0.2 --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: scipy dependency-version: 1.16.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: matplotlib dependency-version: 3.10.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: scikit-learn dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: statsmodels dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: jupyter-book dependency-version: 2.0.2 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- build_requirements.txt | 2 +- requirements.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build_requirements.txt b/build_requirements.txt index 35246e00..8df5c897 100644 --- a/build_requirements.txt +++ b/build_requirements.txt @@ -6,7 +6,7 @@ pre-commit sphinx-book-theme@git+https://github.com/executablebooks/sphinx-book-theme@56874cb sphinx_exercise -jupyter-book>=1,<2 +jupyter-book>=1,<3 -r requirements.txt # To allow static build / upload ghp-import diff --git a/requirements.txt b/requirements.txt index f6efb49f..f478331c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ # Requirements for notebooks / Binderhub -numpy==2.2.5 -scipy==1.15.2 -matplotlib==3.10.1 -pandas==2.2.3 -scikit-learn==1.6.1 +numpy==2.3.5 +scipy==1.16.3 +matplotlib==3.10.7 +pandas==2.3.3 +scikit-learn==1.7.2 scikit-image==0.25.2 sympy==1.14.0 -statsmodels==0.14.4 +statsmodels==0.14.5 seaborn==0.13.2 pytest>=8.3 sphinx