From cbf3a9bbedac97530e1eaab23d3ea4179d39f6d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:18:51 -0400 Subject: [PATCH] Update ruff requirement from ^0.0.287 to ^0.0.291 (#28) 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 7e6f959..45410b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ mypy = "^1.1.1" [tool.poetry.group.linting.dependencies] black = "^23.1.0" -ruff = "^0.0.287" +ruff = "^0.0.291" codespell = "^2.2.5" [build-system]