From bad7eb63da9d1c83c111fb79b75f3beea682b96b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:45:05 +0000 Subject: [PATCH] Bump pyproject-fmt from 2.2.3 to 2.2.4 Bumps [pyproject-fmt](https://github.com/tox-dev/pyproject-fmt) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](https://github.com/tox-dev/pyproject-fmt/compare/2.2.3...2.2.4) --- 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 9ff48d0..6737e84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ optional-dependencies.dev = [ "mypy==1.11.2", "pre-commit==3.8.0", "pylint==3.2.7", - "pyproject-fmt==2.2.3", + "pyproject-fmt==2.2.4", "pyright==1.1.381", "pyroma==4.2", "pytest==8.3.3",