From 95f0f57ca6bcbf2d94885435fc7ce29fda817fb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 16:53:39 +0000 Subject: [PATCH] chore(deps): update dependency test/ruff to v0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6afd0ed..7b997d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ test = [ "pytest==7.4.3", "pytest-mock-resources==2.9.2", "python_on_whales==0.66.0", - "ruff==0.0.284" + "ruff==0.1.4" ] [tool.setuptools.dynamic]