From 8e35968b04745e021bb68d9f52918dbce682a3d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 22:33:29 +0200 Subject: [PATCH] chore(deps): update dependency ruff to v0.0.284 (#51) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b253169..977fda5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ tooling = [ # code formatting "black ==23.7.0", # linting - "ruff ==0.0.282", + "ruff ==0.0.284", # tests "httpx ==0.24.1", "sqlalchemy-utils ==0.41.1",