From cf48cf54a81e94f161c206c1335523125f0d6cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 05:48:11 +0000 Subject: [PATCH] Bump pyproject-fmt from 1.4.1 to 1.5.1 Bumps [pyproject-fmt](https://github.com/tox-dev/pyproject-fmt) from 1.4.1 to 1.5.1. - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](https://github.com/tox-dev/pyproject-fmt/compare/1.4.1...1.5.1) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04484d64a..125b75207 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -303,7 +303,7 @@ dev = [ "pydocstyle==6.3", "pyenchant==3.2.2", "pylint==3.0.2", - "pyproject-fmt==1.4.1", + "pyproject-fmt==1.5.1", "pyright==1.1.334", "pyroma==4.2", "pytest==7.4.3",