From 4dc41945133a46cd671ae3f34ad869b6f1d04fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 14:18:13 +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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements-py2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements-py2.txt b/dev-requirements-py2.txt index 1f9b1de76f32..0295544cb6cc 100644 --- a/dev-requirements-py2.txt +++ b/dev-requirements-py2.txt @@ -1,7 +1,7 @@ flake8==3.9.2 bandit==1.6.2 demisto-py>=3.0.2 -PyYAML==5.3.1 +PyYAML==6.0 pylint==1.9.5 pykwalify==1.7.0 pytest==4.6.5