From f9843cad8d1ae6515e8c65c35e13d9b9233d7277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:30:01 +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.2.1) --- 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 3b289bc..2c87e4a 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.2.2" pygments = "^2.13.0" mkdocs = "^1.4.1" mkdocstrings = {extras = ["python"], version = ">=0.19,<0.25"}