From 3076535d75c4f7371be2cf4bee7e7736cc545240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:48:53 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [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.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.6...v4.0.7) Updates `hypothesis` to 6.165.10 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.155.7...v6.165.10) Updates `ruff` to 0.16.5 - [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.20...0.16.5) Updates `coverage` to 7.16.0 - [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.3...7.16.0) Updates `prek` to 0.5.0 - [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.6...v0.5.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.7 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.165.10 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.16.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: prek dependency-version: 0.5.0 dependency-type: direct:development 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 ab42d4a..133ab59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,13 +37,13 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint<=4.0.6,>=4.0.6", + "pylint<=4.0.7,>=4.0.7", "pytest-cov<=7.1.0,>=7.1.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", + "hypothesis<=6.165.10,>=6.165.10", + "ruff<=0.16.5,>=0.16.5", + "coverage<=7.16.0,>=7.16.0", + "prek>=0.5.0,<0.6.0", "ty<=0.0.65,>=0.0.65", ]