From db8a4b90987f9616bf5a8012a5b0c35e40e4589d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 10:24:22 +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:development 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 ce52697a..87b1cccc 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ "lint": ["flake8==3.9.2", "flake8-bugbear==21.9.1", "pre-commit~=2.4"], "docs": [ "marshmallow>=3.13.0", - "pyyaml==5.4.1", + "pyyaml==6.0", "sphinx==4.2.0", "sphinx-issues==1.2.0", "sphinx-rtd-theme==1.0.0",