From bbc00affa1b9134a34a9193a8a05579518394e49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:13:54 +0200 Subject: [PATCH] chore(deps): update dependency tooling/ruff to v0.0.292 (#65) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6da06b..ece64b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ tooling = [ # code formatting "black ==23.7.0", # linting - "ruff ==0.0.286", + "ruff ==0.0.292", # tests "httpx ==0.24.1", "sqlalchemy-utils ==0.41.1",