From aec6e44c5a1060172332c23e6547d341c7d07a3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 10:14:39 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group with 7 updates Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [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), [coverage](https://github.com/nedbat/coveragepy) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `pylint` to 3.3.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.3.8) Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v7.0.0) Updates `pytest` to 8.4.2 - [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.2) Updates `hypothesis` to 6.140.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.140.2) Updates `ruff` to 0.13.2 - [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.13.2) Updates `coverage` to 7.10.7 - [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.10.7) Updates `pre-commit` to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v0.1.0...v4.3.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.8 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.140.2 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.13.2 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.10.7 dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a77bef6..4eafda9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,13 +35,13 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint>=3.2.5,<=3.3.7", - "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", + "pylint>=3.2.5,<=3.3.8", + "pytest-cov>=4.1,<=7.0.0", + "pytest>=7.4,<=8.4.2", + "hypothesis>=6.104.2,<=6.140.2", + "ruff>=0.5.0,<=0.13.2", + "coverage>=7.5.4,<=7.10.7", + "pre-commit<=4.3.0", ] [build-system]