From a7f17429d8c86ef1436f51bb685de663338506e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 09:35:28 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group with 3 updates Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pytest-cov` to 6.1.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.1.1) Updates `hypothesis` to 6.131.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.131.9) Updates `ruff` to 0.11.7 - [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.11.7) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.131.9 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.11.7 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ce72f7..7f18889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,10 +35,10 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ "pylint>=3.2.5,<=3.3.6", - "pytest-cov>=4.1,<=6.0.0", + "pytest-cov>=4.1,<=6.1.1", "pytest>=7.4,<=8.3.5", - "hypothesis>=6.104.2,<=6.130.6", - "ruff>=0.5.0,<=0.11.2", + "hypothesis>=6.104.2,<=6.131.9", + "ruff>=0.5.0,<=0.11.7", "coverage>=7.5.4,<=7.8.0", "pre-commit<=4.2.0", ]