From 3a50be10e14116f0d3a3df9ba10731240837d4cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 14:11:51 +0100 Subject: [PATCH] module: update yapf version to 0.31.0 Updates the requirements on [yapf](https://github.com/google/yapf) to permit the latest version (#36). - [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.30.0...v0.31.0) 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 2cacb95..f9d4450 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,4 +19,4 @@ requests = "~2.25" mypy = "0.812" pylint = "~2.7" rope = "~0.18" -yapf = "~0.30" +yapf = "~0.31"