From e40051a74e6084e32d1b3995072c76d1e1d86794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 04:07:06 +0000 Subject: [PATCH] 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](https://github.com/pandas-dev/pandas/compare/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](https://github.com/apache/arrow/compare/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](https://github.com/statsmodels/statsmodels/compare/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](https://github.com/pre-commit/pre-commit/compare/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] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index cfbb7c65..abc1d4a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ numpy==2.2.5 scipy==1.15.2 matplotlib==3.10.1 -pandas==2.2.3 +pandas==2.3.2 patsy==1.0.1 -pyarrow==20.0.0 +pyarrow==21.0.0 scikit-learn==1.6.1 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>=8.2 @@ -18,6 +18,6 @@ Pillow pooch ipython pickleshare -pre-commit==4.2.0 +pre-commit==4.3.0 requests sphinxcontrib-jquery