From c05c1bd94d033875dab03b7671dbbb51e825869e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:42:29 +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.1.11) --- 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 b2f9fc6..b8f81bc 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.1.12" pygments = "^2.13.0" mkdocs = "^1.4.1" mkdocstrings = {extras = ["python"], version = ">=0.19,<0.25"}