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", ]