From b6fbb75a25376351af83094b39ef5ef0731be751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 08:13:11 +0000 Subject: [PATCH] Bump the python-dev-tools group with 2 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pytest` to 9.1.0 - [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.0.3...9.1.0) Updates `ruff` to 0.15.17 - [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.16...0.15.17) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development dependency-group: python-dev-tools - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:development dependency-group: python-dev-tools ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c7add42f..bd69c43f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,10 +41,10 @@ Issues = "https://github.com/weich97/TreLLM/issues" [project.optional-dependencies] data = ["pandas>=2.3.3", "yfinance>=1.4.1"] dev = [ - "pytest>=9.0.3", + "pytest>=9.1.0", "pytest-cov>=7.1.0", "pillow>=12.2.0", - "ruff>=0.15.16", + "ruff>=0.15.17", "mypy>=2.1.0", "hypothesis>=6.155.2", "jsonschema>=4.26.0",