From 043559ca746520735b3310cf4d87ed1fa26705e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:43:33 +0000 Subject: [PATCH] Update statsmodels requirement from >=0.14.4 to >=0.14.6 Updates the requirements on [statsmodels](https://github.com/statsmodels/statsmodels) to permit the latest version. - [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.6) --- updated-dependencies: - dependency-name: statsmodels dependency-version: 0.14.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 188e1ba..74817f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy>=1.23.5 requests>=2.32.3 scikit-learn>=1.6.1 networkx>=3.2 -statsmodels>=0.14.4 +statsmodels>=0.14.6 tqdm>=4.67.1 pystow>=0.7.0 pyyaml>=6.0.2