From 1e95d67c5bfc0e650e78a10eb03e01747b60d3ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:53:15 +0000 Subject: [PATCH] Update hypothesis requirement from >=6.100 to >=6.152.1 Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.100.0...hypothesis-python-6.152.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1599f78..6a231a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ viz = ["matplotlib>=3.8", "seaborn>=0.13", "plotly>=5.20", "streamlit>=1.33"] ml = ["numba>=0.59", "arch>=7.0"] data = ["yfinance>=0.2.40"] -dev = ["pytest>=8", "pytest-cov>=5", "hypothesis>=6.100", "ruff>=0.4"] +dev = ["pytest>=8", "pytest-cov>=5", "hypothesis>=6.152.1", "ruff>=0.4"] [tool.setuptools.packages.find] where = ["."] diff --git a/requirements.txt b/requirements.txt index 6be03b5..6ca2d43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ joblib>=1.4 streamlit>=1.33 pytest>=8.0 pytest-cov>=5.0 -hypothesis>=6.100 +hypothesis>=6.152.1 numba>=0.59 arch>=7.0 # API + security