From b02cd0e31b11bc7fddfe1058d44cfe9dbcfc0799 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:15:03 +0000 Subject: [PATCH] chore(deps): update dependency tooling/ruff to v0.3.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d15440..f8823b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ tooling = [ # code formatting "black ==23.12.1", # linting - "ruff ==0.0.292", + "ruff ==0.3.5", # tests "httpx ==0.26.0", "sqlalchemy-utils ==0.41.1",