From 8ce8f543d8c2f45feeda92e965a399d68e657d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:15:22 +0100 Subject: [PATCH] chore(deps-dev): update ruff requirement (#28) Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.275...v0.2.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... 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 1ebc857..63b735d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ test = [ "mypy >=1.0.0,<2.0.0", "types-tree-sitter", "flake8 >=6.0.0,<8.0.0", - "ruff >=0.0.275,<0.2.0", + "ruff >=0.0.275,<0.3.0", "isort >=5.0.0,<6.0.0", "nltk >=3.0.0,<4.0.0", ]