From 27025afef9b357a537b88d779c863bcee04ed1a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:44:11 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group with 3 updates Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pylint` to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v4.0.5) Updates `hypothesis` to 6.151.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.151.9) Updates `ruff` to 0.15.4 - [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.15.4) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.151.9 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development 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 0b13077..c178cb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,11 +37,11 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint>=3.2.5,<=4.0.4", + "pylint>=3.2.5,<=4.0.5", "pytest-cov>=4.1,<=7.0.0", "pytest>=7.4,<=9.0.2", - "hypothesis>=6.104.2,<=6.151.5", - "ruff>=0.5.0,<=0.15.0", + "hypothesis>=6.104.2,<=6.151.9", + "ruff>=0.5.0,<=0.15.4", "coverage>=7.5.4,<=7.13.4", "prek>=0.2.28,<0.4.0", "ty>=0.0.12,<=0.0.15",