From 5b75985ebf9459e57568ce409c71235da15046ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:54:25 +0000 Subject: [PATCH] build(deps): 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 [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `pylint` to 3.3.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.3.4) Updates `hypothesis` to 6.124.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.124.9) Updates `ruff` to 0.9.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.9.4) Updates `pre-commit` to 4.1.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v0.1.0...v4.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hypothesis dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: pre-commit dependency-type: direct:production 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 1929187..2a3229a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,13 +34,13 @@ python_template = { path = ".", editable = true } [project.optional-dependencies] test = [ - "pylint>=3.2.5,<=3.3.3", + "pylint>=3.2.5,<=3.3.4", "pytest-cov>=4.1,<=6.0.0", "pytest>=7.4,<=8.3.4", - "hypothesis>=6.104.2,<=6.123.2", - "ruff>=0.5.0,<=0.8.6", + "hypothesis>=6.104.2,<=6.124.9", + "ruff>=0.5.0,<=0.9.4", "coverage>=7.5.4,<=7.6.10", - "pre-commit<=4.0.1", + "pre-commit<=4.1.0", ] [build-system]