From 234ea895c998341d8dcb18887ff442544d3e2789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 01:04:50 +0000 Subject: [PATCH] Bump ruff from 0.4.8 to 0.4.9 in /components/api_server Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.8 to 0.4.9. - [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/v0.4.8...v0.4.9) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/api_server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/api_server/pyproject.toml b/components/api_server/pyproject.toml index cdb611f7dd..4d1c4b08fd 100644 --- a/components/api_server/pyproject.toml +++ b/components/api_server/pyproject.toml @@ -28,7 +28,7 @@ tools = [ "fixit==2.1.0", "mypy==1.10.0", "pip-audit==2.7.3", - "ruff==0.4.8", + "ruff==0.4.9", "safety==3.2.3", "vulture==2.11" ]