From 19d54f3f4dba996aedb9571201454147156a8ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 14:15:05 +0000 Subject: [PATCH] build(deps): bump pyyaml from 5.4.1 to 6.0 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.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.4.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 fd5636b9..3e401425 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ import setuptools requirements = [ "tqdm==4.62.3", - "pyyaml==5.4.1", + "pyyaml==6.0", "tabulate==0.8.9", "colorama==0.4.4", "termcolor==1.1.0",