From 3dfeab1bd1123eaa83fdff57174661e034801e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:18:05 +0000 Subject: [PATCH] Bump pyproject-fmt from 2.2.1 to 2.2.3 Bumps [pyproject-fmt](https://github.com/tox-dev/pyproject-fmt) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](https://github.com/tox-dev/pyproject-fmt/compare/2.2.1...2.2.3) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68a27bf..db8e0c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ optional-dependencies.dev = [ "pyenchant==3.2.2", "pygments==2.18.0", "pylint==3.2.7", - "pyproject-fmt==2.2.1", + "pyproject-fmt==2.2.3", "pyright==1.1.379", "pyroma==4.2", "pytest==8.3.2",