From da9376ece522ffc96456bed5ecd5c442d03679b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 17:07:22 -0700 Subject: [PATCH] Update ruff requirement from ^0.0.270 to ^0.0.277 (#105) 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/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.270...v0.0.277) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... 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 2094d3cbe..82c16f2f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pyenchant = "^3.2.2" pytest = "^7.0.1" pytest-asyncio = "^0.21.0" pytest-cov = "^4.0.0" -ruff = "^0.0.270" +ruff = "^0.0.277" Sphinx = "^6.2.1" sphinx-autoapi = "^2.0.1" sphinx-autodoc-typehints = "^1.12.0"