From bde80f0e778fe11e1b4c762b339c65f33e060d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 00:33:24 +0000 Subject: [PATCH] Bump pyproject-fmt from 2.5.0 to 2.5.1 in /components/collector Bumps [pyproject-fmt](https://github.com/tox-dev/toml-fmt) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/tox-dev/toml-fmt/releases) - [Commits](https://github.com/tox-dev/toml-fmt/compare/pyproject-fmt/2.5.0...pyproject-fmt/2.5.1) --- updated-dependencies: - dependency-name: pyproject-fmt 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 4225de4be9..1376769932 100644 --- a/components/collector/pyproject.toml +++ b/components/collector/pyproject.toml @@ -29,7 +29,7 @@ optional-dependencies.tools = [ "fixit==2.1.0", "mypy==1.15.0", "pip-audit==2.8.0", - "pyproject-fmt==2.5.0", + "pyproject-fmt==2.5.1", "ruff==0.9.6", "vulture==2.14", ]