From 5f1e424b8b9ec676f926930c1a7dc11af8354c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 00:08:54 +0000 Subject: [PATCH] Bump pyproject-fmt from 2.5.0 to 2.5.1 in /tests/feature_tests 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] --- tests/feature_tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/feature_tests/pyproject.toml b/tests/feature_tests/pyproject.toml index fa8c995a1e..501612631f 100644 --- a/tests/feature_tests/pyproject.toml +++ b/tests/feature_tests/pyproject.toml @@ -24,7 +24,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", ]