From bdbac41f0cc7fdaf268c9f85473648d9ef3afce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 14:13:28 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c0e266..1be8471 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"