From c15df7b024e7262fd6d914097d1fdbddc0ef3139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 00:28:04 +0000 Subject: [PATCH] Bump ruff from 0.5.6 to 0.5.7 in /release Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.6 to 0.5.7. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.5.6...0.5.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- release/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/pyproject.toml b/release/pyproject.toml index 1e82c717b4..84e0f36592 100644 --- a/release/pyproject.toml +++ b/release/pyproject.toml @@ -21,7 +21,7 @@ optional-dependencies.tools = [ "mypy==1.11.1", "pip-audit==2.7.3", "pyproject-fmt==2.2.1", - "ruff==0.5.6", + "ruff==0.5.7", "vulture==2.11", ]