From 0c295a071d26404caa58b7d0dcc94c95a67d3072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:09:08 +0000 Subject: [PATCH] Bump pyyaml from 4.2b1 to 5.4 in /requirements Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b1 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] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 5df77ad..8e00483 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -16,7 +16,7 @@ pycrypto==2.6.1 pyflakes==1.5.0 pyparsing==2.1.10 python-jose==1.3.2 -PyYAML==4.2b1 +PyYAML==5.4 requests==2.20.0 six==1.10.0 stevedore==1.19.1