From 66b063eac0eab0c033075178ecd1b1e3d9eeea8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 05:06:36 +0000 Subject: [PATCH] Bump pyproject-fmt from 1.6.0 to 1.7.0 Bumps [pyproject-fmt](https://github.com/tox-dev/pyproject-fmt) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](https://github.com/tox-dev/pyproject-fmt/compare/1.6.0...1.7.0) --- 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 37ef71bbc..c7a6aad09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -333,7 +333,7 @@ dev = [ "pydocstyle==6.3", "pyenchant==3.2.2", "pylint==3.0.3", - "pyproject-fmt==1.6.0", + "pyproject-fmt==1.7.0", "pyright==1.1.347", "pyroma==4.2", "pytest==7.4.4",