Skip to content

Commit e804387

Browse files
Bump the actions group across 1 directory with 9 updates
Bumps the actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.2.5` | `2.3.4` | | [scipy](https://github.com/scipy/scipy) | `1.15.2` | `1.16.3` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.1` | `3.10.7` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.3` | `2.3.3` | | [patsy](https://github.com/pydata/patsy) | `1.0.1` | `1.0.2` | | [pyarrow](https://github.com/apache/arrow) | `20.0.0` | `22.0.0` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.6.1` | `1.7.2` | | [statsmodels](https://github.com/statsmodels/statsmodels) | `0.14.4` | `0.14.5` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.3.0` | Updates `numpy` from 2.2.5 to 2.3.4 - [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.5...v2.3.4) Updates `scipy` from 1.15.2 to 1.16.3 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@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](matplotlib/matplotlib@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](pandas-dev/pandas@v2.2.3...v2.3.3) Updates `patsy` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/pydata/patsy/releases) - [Changelog](https://github.com/pydata/patsy/blob/master/doc/changes.rst) - [Commits](pydata/patsy@v1.0.1...v1.0.2) Updates `pyarrow` from 20.0.0 to 22.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-20.0.0...apache-arrow-22.0.0) Updates `scikit-learn` from 1.6.1 to 1.7.2 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@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](statsmodels/statsmodels@v0.14.4...v0.14.5) Updates `pre-commit` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.4 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: patsy dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pyarrow dependency-version: 22.0.0 dependency-type: direct:production update-type: version-update:semver-major 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: pre-commit dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e2eefc commit e804387

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
numpy==2.2.5
2-
scipy==1.15.2
3-
matplotlib==3.10.1
4-
pandas==2.2.3
5-
patsy==1.0.1
6-
pyarrow==20.0.0
7-
scikit-learn==1.6.1
1+
numpy==2.3.4
2+
scipy==1.16.3
3+
matplotlib==3.10.7
4+
pandas==2.3.3
5+
patsy==1.0.2
6+
pyarrow==22.0.0
7+
scikit-learn==1.7.2
88
scikit-image==0.25.2
99
sympy==1.14.0
10-
statsmodels==0.14.4
10+
statsmodels==0.14.5
1111
seaborn==0.13.2
1212
pytest>=8.3
1313
sphinx>=8.2
@@ -18,6 +18,6 @@ Pillow
1818
pooch
1919
ipython
2020
pickleshare
21-
pre-commit==4.2.0
21+
pre-commit==4.3.0
2222
requests
2323
sphinxcontrib-jquery

0 commit comments

Comments
 (0)