diff --git a/pyproject.toml b/pyproject.toml index bd69c43f..f62f092c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,12 +41,12 @@ Issues = "https://github.com/weich97/TreLLM/issues" [project.optional-dependencies] data = ["pandas>=2.3.3", "yfinance>=1.4.1"] dev = [ - "pytest>=9.1.0", + "pytest>=9.1.1", "pytest-cov>=7.1.0", "pillow>=12.2.0", - "ruff>=0.15.17", + "ruff>=0.15.18", "mypy>=2.1.0", - "hypothesis>=6.155.2", + "hypothesis>=6.155.7", "jsonschema>=4.26.0", ] embeddings = ["sentence-transformers>=5.5.1"]