From 609d63c9666ddb1db42f22dd53efcb7eb0718790 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:36:47 +0200 Subject: [PATCH] chore(deps): update dependency dev/ruff to ~=0.5.2 (#33) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5382b3d..b742277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "ruff~=0.0.278", + "ruff~=0.5.2", "pytest~=7.4.4", "build~=0.10.0", "pytest-cov~=4.1.0",