From 12a6419bc8ff45065943ee924db75a39175c2a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:14:01 +0000 Subject: [PATCH] Bump statsmodels from 0.14.0 to 0.14.1 Bumps [statsmodels](https://github.com/statsmodels/statsmodels) from 0.14.0 to 0.14.1. - [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.0...v0.14.1) --- 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 ab81ad29..46b12642 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pandas==2.1.3 scikit-learn==1.3.2 scikit-image==0.22.0 sympy==1.12 -statsmodels==0.14.0 +statsmodels==0.14.1 seaborn==0.13.0 pytest>=7.4 sphinx>=7