From a4a8e41b9a382861fe3f5a6a40a6b6268144a4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 22:56:38 +0000 Subject: [PATCH] Bump pyproject-fmt from 2.17.0 to 2.18.1 Bumps [pyproject-fmt](https://github.com/tox-dev/toml-fmt) from 2.17.0 to 2.18.1. - [Release notes](https://github.com/tox-dev/toml-fmt/releases) - [Commits](https://github.com/tox-dev/toml-fmt/compare/pyproject-fmt/2.17.0...pyproject-fmt/2.18.1) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-version: 2.18.1 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 f6ce49d2..8dc8e06d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ optional-dependencies.dev = [ "pydocstringformatter==0.7.5", "pylint[spelling]==4.0.5", "pylint-per-file-ignores==3.2.0", - "pyproject-fmt==2.17.0", + "pyproject-fmt==2.18.1", "pyrefly==0.55.0", "pyright==1.1.408", "pyroma==5.0.1",