From 9ecfc01027d2e2ff1240bdc3a742feca26338fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:02:25 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group with 3 updates Updates the requirements on [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 `hypothesis` to 6.122.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.122.0) Updates `ruff` to 0.8.1 - [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.8.1) Updates `coverage` to 7.6.8 - [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.6.8) --- updated-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: coverage dependency-type: direct:production 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 6dd1a13..89aa8bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,9 +40,9 @@ test = [ "pylint>=3.2.5,<=3.3.1", "pytest-cov>=4.1,<=6.0.0", "pytest>=7.4,<=8.3.3", - "hypothesis>=6.104.2,<=6.116.0", - "ruff>=0.5.0,<=0.7.2", - "coverage>=7.5.4,<=7.6.4", + "hypothesis>=6.104.2,<=6.122.0", + "ruff>=0.5.0,<=0.8.1", + "coverage>=7.5.4,<=7.6.8", ] [build-system]