From fcb0c00ef3be15ae0c8053fe67b9d9cf86fcd1e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 01:37:18 +0000 Subject: [PATCH] chore(deps): update dependency tooling/ruff to v0.0.286 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8517ac1..e6da06b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ tooling = [ # code formatting "black ==23.7.0", # linting - "ruff ==0.0.285", + "ruff ==0.0.286", # tests "httpx ==0.24.1", "sqlalchemy-utils ==0.41.1",