From a80c30614ca845d46d9aeefa4d6d32bc0d9420c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 00:57:47 +0000 Subject: [PATCH] Bump ruff from 0.4.8 to 0.4.9 in /components/collector 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/collector/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/collector/pyproject.toml b/components/collector/pyproject.toml index b15d759577..99467663c7 100644 --- a/components/collector/pyproject.toml +++ b/components/collector/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" ]