From 886ac5a2fd5a03fd9d1c4fa0edc0755208c28b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:56:53 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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/v0.0.171...v0.3.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b63a87..d32b4c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ attrs = "^23.1.0" [tool.poetry.group.dev.dependencies] black = "^22.12.0" isort = "^5.10.1" -ruff = ">=0.0.171,<0.1.10" +ruff = ">=0.0.171,<0.3.3" pygments = "^2.13.0" mkdocs = "^1.4.1" mkdocstrings = {extras = ["python"], version = ">=0.19,<0.25"}