From 9b26a6c57d4502cfdbf267bd20faa1aaa9464873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 00:11:06 +0000 Subject: [PATCH] Bump ruff from 0.4.9 to 0.4.10 in /components/shared_code Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.9 to 0.4.10. - [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.9...v0.4.10) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/shared_code/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/shared_code/pyproject.toml b/components/shared_code/pyproject.toml index 798dbf45de..51ea1a1b7e 100644 --- a/components/shared_code/pyproject.toml +++ b/components/shared_code/pyproject.toml @@ -30,7 +30,7 @@ optional-dependencies.tools = [ "pip-audit==2.7.3", "pydantic==2.7.4", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh "pyproject-fmt==2.1.3", - "ruff==0.4.9", + "ruff==0.4.10", "vulture==2.11", ]