From 4dc87240f9d6a7e5839db16a16ce735ad396eb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 14:02:54 +0000 Subject: [PATCH] build(deps-dev): bump types-pyyaml from 5.4.8 to 5.4.10 Bumps [types-pyyaml](https://github.com/python/typeshed) from 5.4.8 to 5.4.10. - [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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db3e0f3c..23dece21 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ setuptools.setup( # type stubs for mypy "types-backports==0.1.3", "types-colorama==0.4.3", - "types-PyYAML==5.4.8", + "types-PyYAML==5.4.10", "types-tabulate==0.8.2", "types-termcolor==1.1.1", "types-psutil==5.8.0",