From 59d93a72da7f6d64ebb59a5916da8ed375bb6f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 00:22:41 +0000 Subject: [PATCH] chore(deps): bump the python-deps group across 1 directory with 2 updates Updates the requirements on [statsmodels](https://github.com/statsmodels/statsmodels) and [streamlit](https://github.com/streamlit/streamlit) to permit the latest version. Updates `statsmodels` to 0.15.0 - [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.6...v0.15.0) Updates `streamlit` to 1.63.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.62.0...1.63.0) --- updated-dependencies: - dependency-name: statsmodels dependency-version: 0.15.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: streamlit dependency-version: 1.63.0 dependency-type: direct:production dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34c95e2..43a4778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ # layer (and statsmodels pulls it in regardless) so we depend on it # explicitly rather than relying on the transitive pin. scipy arrives # transitively via statsmodels and is not declared here directly. - "statsmodels>=0.14.6", + "statsmodels>=0.15.0", # pandas 3.0.4 was yanked from PyPI; 3.0.3 is the latest non-yanked release. "pandas>=3.0.5", # scipy is a transitive dependency of statsmodels (it supplies the @@ -60,7 +60,7 @@ dependencies = [ # publication-quality figures, and matplotlib gives one style system for # both the dashboard and the embedded thesis figures with no # browser-component fragility. - "streamlit>=1.62.0,<2.0", + "streamlit>=1.63.0,<2.0", "matplotlib>=3.11.1,<4", # Windows-only: provides the IANA timezone database that zoneinfo # (used by analysis/timestamps.py) needs at runtime. macOS and most