From 7febd97687a4e2ccd08f5ff35b8cbda23997860e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 10:33:02 +0000 Subject: [PATCH] chore(deps-dev): Bump pyproject-fmt from 2.25.0 to 2.25.1 Bumps [pyproject-fmt](https://github.com/tox-dev/toml-fmt) from 2.25.0 to 2.25.1. - [Release notes](https://github.com/tox-dev/toml-fmt/releases) - [Commits](https://github.com/tox-dev/toml-fmt/compare/pyproject-fmt/2.25.0...pyproject-fmt/2.25.1) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-version: 2.25.1 dependency-type: direct:development 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 d8ad962f..da1a5c9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ optional-dependencies.dev = [ "pygments==2.20.0", "pylint[spelling]==4.0.6", "pylint-per-file-ignores==3.2.1", - "pyproject-fmt==2.25.0", + "pyproject-fmt==2.25.1", "pyrefly==1.1.1", "pyright==1.1.411", "pyroma==5.0.1",