From 55c28161ed85062632854b03ab88cd6fb900d277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 00:51:57 +0000 Subject: [PATCH] Bump pyyaml from 5.1b1 to 5.4 in /src/tests/integration Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1b1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/commits/5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/tests/integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/integration/requirements.txt b/src/tests/integration/requirements.txt index 5cdb316b..5bfc26fa 100644 --- a/src/tests/integration/requirements.txt +++ b/src/tests/integration/requirements.txt @@ -3,7 +3,7 @@ chardet==3.0.4 deepmerge==0.1.0 idna==2.8 prance==0.14.1 -PyYAML==5.1b1 +PyYAML==5.4 requests==2.21.0 semver==2.8.1 six==1.12.0