From 3745a9c214027bf3a30872a4fee1e9da252cd48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 07:23:06 +0000 Subject: [PATCH] Update ruff requirement from ^0.0.187 to ^0.0.194 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.187...v0.0.194) --- 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 efacb9e..b4721f9 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.187" +ruff = "^0.0.194" isort = "^5.10.1" black = "^22.6.0" pre-commit = "^2.20.0"