module: update types-pyyaml to version 6.0

Updates the requirements on [types-pyyaml](https://github.com/python/typeshed) to permit the latest version (#51).
- [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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-04 14:13:28 +01:00 committed by GitHub
parent 3bf33ffc40
commit bdbac41f0c
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,7 +19,7 @@ requests = "~2.26"
mypy = "0.910"
pylint = "~2.11"
rope = "~0.20"
types-PyYAML = "~5.4"
types-PyYAML = "~6.0"
types-requests = "~2.25"
yapf = "~0.31"