From bcda66a9af0d0830f4f1ab06daf9dde67bd85796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:03:26 +0000 Subject: [PATCH] chore(deps-dev): Bump pyproject-fmt from 2.25.2 to 2.25.3 Bumps [pyproject-fmt](https://github.com/tox-dev/toml-fmt) from 2.25.2 to 2.25.3. - [Release notes](https://github.com/tox-dev/toml-fmt/releases) - [Commits](https://github.com/tox-dev/toml-fmt/compare/pyproject-fmt/2.25.2...pyproject-fmt/2.25.3) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-version: 2.25.3 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 c81262612..b4c86cdb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ optional-dependencies.dev = [ "pydocstyle==6.3", "pylint[spelling]==4.0.6", "pylint-per-file-ignores==3.2.1", - "pyproject-fmt==2.25.2", + "pyproject-fmt==2.25.3", "pyrefly==1.1.1", "pyright==1.1.411", "pyroma==5.0.1",