From 42948fb5eaf096209d2033767e2a1df41c2db6d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 05:24:44 +0000 Subject: [PATCH] Bump pyproject-fmt from 1.8.0 to 2.0.3 Bumps [pyproject-fmt](https://github.com/tox-dev/pyproject-fmt) from 1.8.0 to 2.0.3. - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](https://github.com/tox-dev/pyproject-fmt/compare/1.8.0...2.0.3) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2e39a31f..ddc34a6a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -297,7 +297,7 @@ dev = [ "pydocstyle==6.3", "pyenchant==3.2.2", "pylint==3.1.0", - "pyproject-fmt==1.8.0", + "pyproject-fmt==2.0.3", "pyright==1.1.362", "pyroma==4.2", "pytest==8.2.0",