From f2676eb0a9d4e18d9aee16ff9e05e0047c2114f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:45:14 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group with 6 updates Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [pytest](https://github.com/pytest-dev/pytest), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff), [coverage](https://github.com/coveragepy/coveragepy) and [prek](https://github.com/j178/prek) to permit the latest version. Updates `pylint` to 4.0.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.5...v4.0.6) 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/9.0.3...9.1.1) Updates `hypothesis` to 6.155.7 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.155.1...v6.155.7) Updates `ruff` to 0.15.20 - [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.15.15...0.15.20) Updates `coverage` to 7.14.3 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.14.1...7.14.3) Updates `prek` to 0.4.6 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](https://github.com/j178/prek/compare/v0.4.3...v0.4.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.155.7 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.14.3 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: prek dependency-version: 0.4.6 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ba91187..cbb5209 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,13 +37,13 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint<=4.0.5,>=4.0.5", + "pylint<=4.0.6,>=4.0.6", "pytest-cov<=7.1.0,>=7.1.0", - "pytest<=9.0.3,>=9.0.3", - "hypothesis<=6.155.1,>=6.155.1", - "ruff<=0.15.15,>=0.15.15", - "coverage<=7.14.1,>=7.14.1", - "prek>=0.4.3,<0.5.0", + "pytest<=9.1.1,>=9.1.1", + "hypothesis<=6.155.7,>=6.155.7", + "ruff<=0.15.20,>=0.15.20", + "coverage<=7.14.3,>=7.14.3", + "prek>=0.4.6,<0.5.0", "ty<=0.0.42,>=0.0.42", ]