From 23be12ab56974ccf1f5fca8c61acd9d238284fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 09:06:50 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group with 4 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) and [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Updates `pylint` to 4.0.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v4.0.2) Updates `hypothesis` to 6.142.5 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.142.5) Updates `ruff` to 0.14.3 - [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.14.3) Updates `coverage` to 7.11.0 - [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.11.0) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.2 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: hypothesis dependency-version: 6.142.5 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: coverage dependency-version: 7.11.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4eafda9..3028652 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,12 +35,12 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint>=3.2.5,<=3.3.8", + "pylint>=3.2.5,<=4.0.2", "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", + "hypothesis>=6.104.2,<=6.142.5", + "ruff>=0.5.0,<=0.14.3", + "coverage>=7.5.4,<=7.11.0", "pre-commit<=4.3.0", ]