From 4d7a70e6c86ca5d6d729db50cb78bbee1f1aaef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 09:45:04 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group across 1 directory with 5 updates Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [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 `pylint` to 3.3.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.3.7) 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.132.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.132.0) Updates `ruff` to 0.11.12 - [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.12) Updates `coverage` to 7.8.2 - [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.8.2) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.7 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.132.0 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.11.12 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.8.2 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 4ce72f7..ebc5a35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,12 +34,12 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint>=3.2.5,<=3.3.6", - "pytest-cov>=4.1,<=6.0.0", + "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.130.6", - "ruff>=0.5.0,<=0.11.2", - "coverage>=7.5.4,<=7.8.0", + "hypothesis>=6.104.2,<=6.132.0", + "ruff>=0.5.0,<=0.11.12", + "coverage>=7.5.4,<=7.8.2", "pre-commit<=4.2.0", ]