From 379e6c4c55ecfa0ee0f4584a083ea2d41227df5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 17:02:21 +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 e48d86a..5bec9c4 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'pylint==2.6.0', 'requests-oauthlib==1.3.0', 'wikia-common-kibana==2.2.7', - 'PyYAML==5.3.1', + 'PyYAML==6.0', ], include_package_data=True, )