From 58f5403b413935c7a2e73a4cd13e2c470917c841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:17:18 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group with 5 updates Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pytest](https://github.com/pytest-dev/pytest), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff) and [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Updates `pytest-cov` to 6.2.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v6.2.1) Updates `pytest` to 8.4.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.4.0...8.4.1) Updates `hypothesis` to 6.135.20 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.135.20) Updates `ruff` to 0.12.1 - [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.5.0...0.12.1) Updates `coverage` to 7.9.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.5.4...7.9.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.135.20 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.12.1 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.9.1 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebc5a35..a3a536a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,11 +35,11 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ "pylint>=3.2.5,<=3.3.7", - "pytest-cov>=4.1,<=6.1.1", - "pytest>=7.4,<=8.3.5", - "hypothesis>=6.104.2,<=6.132.0", - "ruff>=0.5.0,<=0.11.12", - "coverage>=7.5.4,<=7.8.2", + "pytest-cov>=4.1,<=6.2.1", + "pytest>=7.4,<=8.4.1", + "hypothesis>=6.104.2,<=6.135.20", + "ruff>=0.5.0,<=0.12.1", + "coverage>=7.5.4,<=7.9.1", "pre-commit<=4.2.0", ]