From 3c9e9584b561ba167f1e5bb20ef54f5470605afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 17:03:47 +0000 Subject: [PATCH] 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 df5965e..0be35dd 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ def get_version(version_file): "docopt", "schema", "setuptools >= 24.2.0", - "pyyaml==5.4.1", + "pyyaml==6.0", "flask==2.0.1", ], extras_require={