From e2d1880ad1ecc953397715a8482b750e0fdd201c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 04:35:53 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.1.6 (#268) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aff400c1..ea087ca4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -167,7 +167,7 @@ dependencies = [ "pytest==7.4.3", "pytest-asyncio==0.21.1", "pytest-cov==4.1.0", - "ruff==0.1.5", + "ruff==0.1.6", "types-tqdm==4.66.0.4", "xdoctest==1.1.2", ]