From 57f7140e91ae13cbcbb142c9cdd710ad5151f859 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:49:47 +0000 Subject: [PATCH] chore(deps): update dependency ruff to ^0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a50ad7f..4a1509eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ mkdocs = "^1.5.3" mkdocs-material = "^9.5.11" python-semantic-release = "^9.1.1" pyright = "^1.1.354" -ruff = "^0.5.0" +ruff = "^0.6.0" pytest = "^8.1.1" [tool.pyright]