From 78eb1ba902b5cdd635a7e72352a64c9f1dbc7f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 12:05:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20ruff=20from=200.0.261=20to?= =?UTF-8?q?=200.0.271?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.261 to 0.0.271. - [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.261...v0.0.271) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1184d36..4663c3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ ] dev = [ "mypy ==1.1.1", - "ruff ==0.0.261", + "ruff ==0.0.271", "black ==23.3.0", "isort >=5.0.6,<6.0.0", "devtools[pygments] ==0.11.0",