From 3bd299054c00ed11b0afc8402c578fca585490f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:33:53 +0000 Subject: [PATCH] Chore(deps): Update pyproject-fmt requirement from <2.4 to <2.5 --- updated-dependencies: - dependency-name: pyproject-fmt 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 4fb4d96..7e62768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ optional-dependencies.develop = [ "black<25", "mypy<1.13", "poethepoet<0.30", - "pyproject-fmt<2.4", + "pyproject-fmt<2.5", "ruff<0.8", "validate-pyproject<0.21", ]