From 32300e2e370c7593f7cbc430ddb4c34729830db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 05:24:42 +0000 Subject: [PATCH] deps: bump the dev-tooling group across 1 directory with 6 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), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mypy](https://github.com/python/mypy) 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.4 - [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.4) 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) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.0.0...v2.3.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.7 dependency-type: direct:development dependency-group: dev-tooling - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: dev-tooling - 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.4 dependency-type: direct:development dependency-group: dev-tooling ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 15aa066..7c64eaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,17 +55,17 @@ 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.4", "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", + "mypy>=2.3.1", "plotly>=5.0", "hypothesis>=6.0", "onnx>=1.14",