From 857966777753d881e3a23c4428ed93c1a7605b69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 17:02:22 +0200 Subject: [PATCH] chore(deps): update dependency ruff to v0.0.282 (#48) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e4a8b2..e15d402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ tooling = [ # code formatting "black ==23.7.0", # linting - "ruff ==0.0.280", + "ruff ==0.0.282", # tests "httpx ==0.24.1", "sqlalchemy-utils ==0.41.1",