From 8f3730bae30099a5e3885c9d5ec4ecf6f1b4f90f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 15:25:42 +0000 Subject: [PATCH] build(deps-dev): bump types-pyyaml from 6.0.1 to 6.0.3 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.1 to 6.0.3. - [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 96814978..d77e2a70 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ setuptools.setup( # type stubs for mypy "types-backports==0.1.3", "types-colorama==0.4.5", - "types-PyYAML==6.0.1", + "types-PyYAML==6.0.3", "types-tabulate==0.8.5", "types-termcolor==1.1.2", "types-psutil==5.8.19",