From 9e4f6a536bd8b9a757da63802b039f770137ef1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:06:47 +0000 Subject: [PATCH] Chore(deps): Update pyproject-fmt requirement from <2.6 to <2.9 Updates the requirements on [pyproject-fmt](https://github.com/tox-dev/toml-fmt) to permit the latest version. - [Release notes](https://github.com/tox-dev/toml-fmt/releases) - [Commits](https://github.com/tox-dev/toml-fmt/compare/pyproject-fmt/2.4.0...pyproject-fmt/2.8.0) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb989b9..a8aa026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ develop = [ "black<26", "mypy<1.19", "poethepoet<1", - "pyproject-fmt<2.6", + "pyproject-fmt<2.9", "ruff<0.13", "types-docutils==0.20.0.3", "validate-pyproject<0.24",