From a26190c5cc3ff1a9e90674bd905ec1714e801fc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 17:07:36 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.1.3 (#250) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd63c448..f21f5f0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -167,7 +167,7 @@ dependencies = [ "pytest==7.4.2", "pytest-asyncio==0.21.1", "pytest-cov==4.1.0", - "ruff==0.1.2", + "ruff==0.1.3", "types-tqdm==4.66.0.2", "xdoctest==1.1.1", ]