From 5d32cf3ade83dbd35679106f2153d467abf0b866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 08:01:17 +0000 Subject: [PATCH] Update ruff requirement from ^0.0.254 to ^0.0.270 Updates the requirements on [ruff](https://github.com/charliermarsh/ruff) to permit the latest version. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.254...v0.0.270) --- 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 70e5e21..1ea0575 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ colorama = "^0.4.6" [tool.poetry.dev-dependencies] pyright = "^1.1.282" -ruff = "^0.0.254" +ruff = "^0.0.270" isort = "^5.10.1" black = "^23.1.0" pre-commit = "^2.20.0"