From 7be176e436dc3624fd685ce7ff62649b81f455aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:57:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(deps?= =?UTF-8?q?):=20update=20dependency=20ruff=20to=20^0.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b7f3c7..c18539a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ mt5linux_updated = "0.0.1" [ tool.poetry.group.dev.dependencies] python-semantic-release = ">=8.0.8" -ruff = "^0.8.0" +ruff = "^0.9.0" pre-commit = "^4.0.0" [tool.ruff]