Skip to content

Commit e40051a

Browse files
Bump the actions group across 1 directory with 4 updates
Bumps the actions group with 4 updates in the / directory: [pandas](https://github.com/pandas-dev/pandas), [pyarrow](https://github.com/apache/arrow), [statsmodels](https://github.com/statsmodels/statsmodels) and [pre-commit](https://github.com/pre-commit/pre-commit). Updates `pandas` from 2.2.3 to 2.3.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.3...v2.3.2) Updates `pyarrow` from 20.0.0 to 21.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-20.0.0...apache-arrow-21.0.0) 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: pandas dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pyarrow dependency-version: 21.0.0 dependency-type: direct:production update-type: version-update:semver-major 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 e40051a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
numpy==2.2.5
22
scipy==1.15.2
33
matplotlib==3.10.1
4-
pandas==2.2.3
4+
pandas==2.3.2
55
patsy==1.0.1
6-
pyarrow==20.0.0
6+
pyarrow==21.0.0
77
scikit-learn==1.6.1
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)