From 840a07b19d4222bb4beef64432b572be34de46eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Dec 2021 17:20:34 +0100 Subject: [PATCH] module: update yapf to version 0.32 Updates the requirements on [yapf](https://github.com/google/yapf) to permit the latest version (#58). - [Release notes](https://github.com/google/yapf/releases) - [Changelog](https://github.com/google/yapf/blob/main/CHANGELOG) - [Commits](https://github.com/google/yapf/compare/v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: yapf dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12a3c7f..0c07eef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pylint = "~2.12" rope = "~0.22" types-PyYAML = "~6.0" types-requests = "~2.26" -yapf = "~0.31" +yapf = "~0.32" [tool.yapf] based_on_style = "pep8"