From 2052d19396cbd64231db1c1d601892fcd3525afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:52:36 +0000 Subject: [PATCH] Bump pyproject-fmt from 1.5.2 to 1.5.3 Bumps [pyproject-fmt](https://github.com/tox-dev/pyproject-fmt) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](https://github.com/tox-dev/pyproject-fmt/compare/1.5.2...1.5.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 1b46fb622..d104ed3f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -299,7 +299,7 @@ dev = [ "pydocstyle==6.3", "pyenchant==3.2.2", "pylint==3.0.2", - "pyproject-fmt==1.5.2", + "pyproject-fmt==1.5.3", "pyright==1.1.338", "pyroma==4.2", "pytest==7.4.3",