From 7e806e1a8e68182986e8019e0846960ad23c87c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 13:32:48 +0800 Subject: [PATCH] chore(deps): bump ruff from 0.8.0 to 0.8.1 (#126) 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 9d7b594..59a00b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "pre-commit==4.0.1", "pytest==8.3.3", "pytest-cov==6.0.0", - "ruff==0.8.0", + "ruff==0.8.1", ] docs = [ "jieba==0.42.1",