From 43f7a82ccf23c33c011d3cfe5bdb435630b1a44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 22:22:54 +0000 Subject: [PATCH] Bump pyproject-fmt from 2.25.3 to 2.26.0 Bumps [pyproject-fmt](https://github.com/tox-dev/toml-fmt) from 2.25.3 to 2.26.0. - [Release notes](https://github.com/tox-dev/toml-fmt/releases) - [Commits](https://github.com/tox-dev/toml-fmt/compare/pyproject-fmt/2.25.3...pyproject-fmt/2.26.0) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-version: 2.26.0 dependency-type: direct:development 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 7fea3bb3..b7465187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ optional-dependencies.dev = [ "prek==0.4.11", "pydocstringformatter==1.0.0", "pylint[spelling]==4.0.6", - "pyproject-fmt==2.25.3", + "pyproject-fmt==2.26.0", "pyrefly==1.1.1", "pyright==1.1.411", "pyroma==5.0.1",