From 3ff3b036bb252a6a35322751fa730fd88b495c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:34:13 +0000 Subject: [PATCH] deps: bump the dev-tooling group with 5 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pytest-xdist](https://github.com/pytest-dev/pytest-xdist), [ruff](https://github.com/astral-sh/ruff) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material) 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/7.0.0...9.1.1) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v7.1.0) Updates `pytest-xdist` to 3.8.0 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.0.0...v3.8.0) Updates `ruff` to 0.16.5 - [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/v0.1.0...0.16.5) Updates `mkdocs-material` to 9.7.7 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.0.0...9.7.7) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: dev-tooling - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: dev-tooling - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:development dependency-group: dev-tooling - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development dependency-group: dev-tooling - dependency-name: mkdocs-material dependency-version: 9.7.7 dependency-type: direct:development dependency-group: dev-tooling ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f69ce4..3fd8304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,14 +55,14 @@ hub = ["huggingface_hub>=0.20", "onnx>=1.14", "onnxruntime>=1.16"] dashboard = ["flask>=2.0", "plotly>=5.0"] dev = [ "torch>=1.13", - "pytest>=7.0", - "pytest-cov>=4.0", - "pytest-xdist>=3.0", + "pytest>=9.1.1", + "pytest-cov>=7.1.0", + "pytest-xdist>=3.8.0", "pyyaml>=6.0.3", - "ruff>=0.1", + "ruff>=0.16.5", "gymnasium[classic-control]>=0.29", "matplotlib>=3.5", - "mkdocs-material>=9.0", + "mkdocs-material>=9.7.7", "tqdm>=4.60", "optuna>=3.0", "mypy>=1.0",