From 48cece37cbbfe4afda6979b79214772fbf238875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:50:10 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group with 2 updates Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) and [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Updates `pylint` to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v4.0.4) Updates `hypothesis` to 6.148.5 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.148.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.148.5 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bdaf7ef..c244a8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,10 +35,10 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint>=3.2.5,<=4.0.3", + "pylint>=3.2.5,<=4.0.4", "pytest-cov>=4.1,<=7.0.0", "pytest>=7.4,<=9.0.1", - "hypothesis>=6.104.2,<=6.148.3", + "hypothesis>=6.104.2,<=6.148.5", "ruff>=0.5.0,<=0.14.7", "coverage>=7.5.4,<=7.12.0", "pre-commit<=4.5.0",