From 83b1ade66432a88043e2ced3f9b8b9dbacc6b973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 04:05:38 +0000 Subject: [PATCH] :arrow_up: Dep: Update ruff requirement 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.278...v0.0.280) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 966d8ee..55c2b38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ emoji = "^2.5.1" [tool.poetry.group.dev.dependencies] python-semantic-release = "^8.0.2" -ruff = "^0.0.278" +ruff = ">=0.0.278,<0.0.281" [tool.ruff] select = [