From 405d8438e011b7c66eefcc0bba3df0ce870d6286 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:36:42 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.9.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83363ef..dcaf3be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = ["salt"] test = ["pylint==3.3.3", "pytest==8.3.4"] [tool.pdm.dev-dependencies] -dev = ["pylint==3.3.3", "pytest==8.3.4", "ruff==0.8.6", "tox==4.23.2"] +dev = ["pylint==3.3.3", "pytest==8.3.4", "ruff==0.9.1", "tox==4.23.2"] [tool.pdm.resolution.overrides] pyzmq = "~=25.1" # 25.0.2 does not compile on 24.04 anymore