From 544c40e4b8323f9c6556bc278fa531f730cac707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:09:02 +0000 Subject: [PATCH] build(deps): update pyproject-fmt requirement --- 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 4ff5190..417e323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ optional-dependencies.develop = [ "black[jupyter]<25", "mypy<2", "poethepoet<1", - "pyproject-fmt>=1.3,<2.3", + "pyproject-fmt>=1.3,<2.5", "ruff<0.8", "validate-pyproject<0.19", ]