From 040cfd0c00ec76de6f5cd48ddc4f857cc7439924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 13:18:33 +0000 Subject: [PATCH] build(deps): update ruff requirement in the dev-dependencies group Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.8.6 - [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.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70a1e1b..4241104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ test = [ "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.4", + "ruff>=0.5.0,<=0.8.6", "coverage>=7.5.4,<=7.6.10", "pre-commit<=4.0.1" ]