From 3eb14d69260a6efbf0847cf2018b9e5ce2a980b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 08:13:29 +0000 Subject: [PATCH] Bump the python-dev-tools group with 3 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [ruff](https://github.com/astral-sh/ruff) and [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.1.0...9.1.1) Updates `ruff` to 0.15.18 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.17...0.15.18) Updates `hypothesis` to 6.155.7 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.155.2...v6.155.7) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-dev-tools - dependency-name: ruff dependency-version: 0.15.18 dependency-type: direct:development dependency-group: python-dev-tools - dependency-name: hypothesis dependency-version: 6.155.7 dependency-type: direct:development dependency-group: python-dev-tools ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"]