From 1d8ff29f4c41655e079aab5380aa4d7b425bf85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:14:51 +0000 Subject: [PATCH] Bump statsmodels from 0.14.2 to 0.14.3 Bumps [statsmodels](https://github.com/statsmodels/statsmodels) from 0.14.2 to 0.14.3. - [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.2...v0.14.3) --- updated-dependencies: - dependency-name: statsmodels dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 17f03170..38390b72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ numpy==1.26.4 matplotlib==3.9.2 dask[array, distributed]==2024.9.0 requests==2.32.3 -statsmodels==0.14.2 +statsmodels==0.14.3 pytest==8.3.3 pytest-cov==5.0.0 zarr==2.18.3