From ec693a44eab7ff841de15174fd5566d4356d80f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 00:20:24 +0000 Subject: [PATCH] Bump ruff from 0.9.2 to 0.9.3 in /release Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.2 to 0.9.3. - [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.9.2...0.9.3) --- 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 18d4221cc5..1882bf5148 100644 --- a/release/pyproject.toml +++ b/release/pyproject.toml @@ -16,7 +16,7 @@ optional-dependencies.tools = [ "mypy==1.14.1", "pip-audit==2.7.3", "pyproject-fmt==2.5.0", - "ruff==0.9.2", + "ruff==0.9.3", "vulture==2.14", ]