From befc24ad1d31dc64595840eba1321afd9272da43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 05:10:21 +0000 Subject: [PATCH] Bump pyproject-fmt from 2.4.3 to 2.5.0 Bumps [pyproject-fmt](https://github.com/tox-dev/toml-fmt) from 2.4.3 to 2.5.0. - [Release notes](https://github.com/tox-dev/toml-fmt/releases) - [Commits](https://github.com/tox-dev/toml-fmt/compare/pyproject-fmt/2.4.3...pyproject-fmt/2.5.0) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index caf8256bc..62d7b3962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ optional-dependencies.dev = [ "pyenchant==3.3.0rc1", "pylint==3.3.1", "pylint-per-file-ignores==1.3.2", - "pyproject-fmt==2.4.3", + "pyproject-fmt==2.5.0", "pyright==1.1.386", "pyroma==4.2", "pytest==8.3.3",