From 112e78b12c76faa3f20d6c75d9def76e870af542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 23:01:06 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 6.0 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 6.0. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e3e94383..cce18af04 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def convert_markdown_to_rst(file): "idna==2.10", "Jinja2==2.11.2", "MarkupSafe==1.1.1", - "PyYAML==5.3.1", + "PyYAML==6.0", "urllib3==1.26.2", "luddite==1.0.1", ],