From 0a1de157d786cf90ae5418ea5c1c14a6dbf01e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 05:53:16 +0000 Subject: [PATCH] Bump pyproject-fmt from 2.5.0 to 2.5.1 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d50046e..8909049e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ optional-dependencies.dev = [ "pyenchant==3.3.0rc1", "pylint==3.3.4", "pylint-per-file-ignores==1.4.0", - "pyproject-fmt==2.5.0", + "pyproject-fmt==2.5.1", "pyright==1.1.393", "pyroma==4.2", "pytest==8.3.4",