From 87da5d0d25fa282ac6967e9ec41eba9b2aec6d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 05:03:34 +0000 Subject: [PATCH] chore(deps-dev): Bump pyproject-fmt from 2.23.0 to 2.24.0 Bumps [pyproject-fmt](https://github.com/tox-dev/toml-fmt) from 2.23.0 to 2.24.0. - [Release notes](https://github.com/tox-dev/toml-fmt/releases) - [Commits](https://github.com/tox-dev/toml-fmt/compare/pyproject-fmt/2.23.0...pyproject-fmt/2.24.0) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-version: 2.24.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 3ae842c8f..cc5d63b28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ optional-dependencies.dev = [ "pydocstyle==6.3", "pylint[spelling]==4.0.5", "pylint-per-file-ignores==3.2.1", - "pyproject-fmt==2.23.0", + "pyproject-fmt==2.24.0", "pyrefly==1.0.0", "pyright==1.1.410", "pyroma==5.0.1",