From be4d8a91400abb1cbdb90dd609a17527698550d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 12:01:12 +0000 Subject: [PATCH] module: update types-pyyaml to version 5.4 Updates the requirements on [types-pyyaml](https://github.com/python/typeshed) to permit the latest version. - [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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1557654..a9e2cca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ requests = "~2.25" mypy = "0.902" pylint = "~2.8" rope = "~0.19" -types-PyYAML = "~0.1" +types-PyYAML = "~5.4" types-requests = "~0.1" yapf = "~0.31"