From e6fc84d67b16b61f2d3ebc479aefb2c420985d8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:39:26 +0000 Subject: [PATCH] chore(deps): update dependency ruff to ~=0.6.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6b6c52a..b05e86ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "pytest-timeout ~= 2.3.0", "pytest-xdist ~= 3.6.0", "redbaron ~= 0.9.0", - "ruff ~= 0.5.0", + "ruff ~=0.6.2", "setuptools ~= 70.3.0", # setuptools are used by pytest, but not explicitly required "twine ~= 5.1.0", ]