Skip to content

Commit 4527331

Browse files
Bump the actions group across 1 directory with 6 updates
Bumps the actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.1.1` | `2.1.3` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.9.2` | `3.9.3` | | [patsy](https://github.com/pydata/patsy) | `0.5.6` | `1.0.1` | | [pyarrow](https://github.com/apache/arrow) | `17.0.0` | `18.1.0` | | [statsmodels](https://github.com/statsmodels/statsmodels) | `0.14.3` | `0.14.4` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0` | `4.0.1` | Updates `numpy` from 2.1.1 to 2.1.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.1.1...v2.1.3) Updates `matplotlib` from 3.9.2 to 3.9.3 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.9.2...v3.9.3) Updates `patsy` from 0.5.6 to 1.0.1 - [Release notes](https://github.com/pydata/patsy/releases) - [Changelog](https://github.com/pydata/patsy/blob/master/doc/changes.rst) - [Commits](pydata/patsy@v0.5.6...v1.0.1) Updates `pyarrow` from 17.0.0 to 18.1.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@go/v17.0.0...apache-arrow-18.1.0) Updates `statsmodels` from 0.14.3 to 0.14.4 - [Release notes](https://github.com/statsmodels/statsmodels/releases) - [Changelog](https://github.com/statsmodels/statsmodels/blob/main/CHANGES.md) - [Commits](statsmodels/statsmodels@v0.14.3...v0.14.4) Updates `pre-commit` from 4.0 to 4.0.1 - [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.0.0...v4.0.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: patsy dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pyarrow dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: statsmodels dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bea3aac commit 4527331

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
numpy==2.1.1
1+
numpy==2.1.3
22
scipy==1.14.1
3-
matplotlib==3.9.2
3+
matplotlib==3.9.3
44
pandas==2.2.3
5-
patsy==0.5.6
6-
pyarrow==17.0.0
5+
patsy==1.0.1
6+
pyarrow==18.1.0
77
scikit-learn==1.5.2
88
scikit-image==0.24.0
99
sympy==1.13.3
10-
statsmodels==0.14.3
10+
statsmodels==0.14.4
1111
seaborn==0.13.2
1212
pytest>=8.3
1313
sphinx>=8.0
@@ -18,6 +18,6 @@ Pillow
1818
pooch
1919
ipython
2020
pickleshare
21-
pre-commit==4.0
21+
pre-commit==4.0.1
2222
requests
2323
sphinxcontrib-jquery

0 commit comments

Comments
 (0)