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