module: update types-pyyaml to version 5.4

Updates the requirements on [types-pyyaml](https://github.com/python/typeshed) to permit the latest version.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-pyyaml
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-17 12:01:12 +00:00 committed by cn
parent a2d4dde5a8
commit be4d8a9140
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ requests = "~2.25"
mypy = "0.902"
pylint = "~2.8"
rope = "~0.19"
types-PyYAML = "~0.1"
types-PyYAML = "~5.4"
types-requests = "~0.1"
yapf = "~0.31"