From af4b0ed53cd64c35677e905dd0edbbea80c13f96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 05:56:10 +0000 Subject: [PATCH] chore(deps): update dependency test/ruff to v0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f70bb63..f79af7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ test = [ "pytest==7.4.0", "pytest-mock-resources==2.9.1", "python_on_whales==0.64.0", - "ruff==0.0.284" + "ruff==0.1.1" ] [tool.setuptools.dynamic]