From c62f3776af48fd21362d72d50cd0ad0a7125644b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:57:29 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.6.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ada0c40..4ace2ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = ["salt"] test = ["pylint==3.3.1", "pytest==8.3.3"] [tool.pdm.dev-dependencies] -dev = ["pylint==3.3.1", "pytest==8.3.3", "ruff==0.6.8", "tox==4.20.0"] +dev = ["pylint==3.3.1", "pytest==8.3.3", "ruff==0.6.9", "tox==4.20.0"] [tool.pdm.resolution.overrides] pyzmq = "~=25.1" # 25.0.2 does not compile on 24.04 anymore