From e165c283325b6624a8424cf3264af26e80f5ce3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:01:39 +0300 Subject: [PATCH] build(deps-dev): bump ruff from 0.1.5 to 0.1.6 (#28) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 737a966..e690818 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ "mypy==1.7.0", "black==23.11.0", "isort==5.12.0", - "ruff==0.1.5", + "ruff==0.1.6", "pyupgrade-directories==0.3.0", ]