build(deps-dev): bump types-pyyaml from 5.4.3 to 5.4.6

Bumps [types-pyyaml](https://github.com/python/typeshed) from 5.4.3 to 5.4.6.
- [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
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-08-09 15:39:34 +00:00
committed by GitHub
parent 79e5fad326
commit 7ff358ee00

View File

@@ -77,7 +77,7 @@ setuptools.setup(
# type stubs for mypy # type stubs for mypy
"types-backports==0.1.3", "types-backports==0.1.3",
"types-colorama==0.4.3", "types-colorama==0.4.3",
"types-PyYAML==5.4.3", "types-PyYAML==5.4.6",
"types-tabulate==0.8.0", "types-tabulate==0.8.0",
"types-termcolor==0.1.1", "types-termcolor==0.1.1",
], ],