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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-03-18 14:11:51 +01:00 committed by GitHub
parent f7b058b0d5
commit 3a50be10e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ requests = "~2.25"
mypy = "0.812"
pylint = "~2.7"
rope = "~0.18"
yapf = "~0.30"
yapf = "~0.31"