From 37585440479dc0d67d1023723eded38902d64272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 03:33:28 +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.283...v0.0.284) --- 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 08c263f..784472f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ emoji = "^2.5.1" [tool.poetry.group.dev.dependencies] python-semantic-release = "^8.0.2" -ruff = ">=0.0.283,<0.0.284" +ruff = ">=0.0.283,<0.0.285" [tool.ruff] select = [