From 7d12280c9240520ef757d6806a9fae647a43f529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 20:59:26 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group across 1 directory with 2 updates Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `hypothesis` to 6.119.4 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.119.4) Updates `ruff` to 0.8.0 - [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.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:production 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 95ae0a6..2d95943 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,8 +40,8 @@ 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.119.1", - "ruff>=0.5.0,<=0.7.4", + "hypothesis>=6.104.2,<=6.119.4", + "ruff>=0.5.0,<=0.8.0", "coverage>=7.5.4,<=7.6.7", ]