From 96e7d768c55dc9345a3210000f6f3df30d8b5843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:41:17 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /metadata-api Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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/compare/3.12...5.4) Signed-off-by: dependabot[bot] --- metadata-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-api/requirements.txt b/metadata-api/requirements.txt index f2b060d..28a34e5 100644 --- a/metadata-api/requirements.txt +++ b/metadata-api/requirements.txt @@ -48,7 +48,7 @@ Pygments==2.2.0 pylru==1.0.9 pysha3==1.0.2 pytz==2017.2 -PyYAML==3.12 +PyYAML==5.4 pyzmq==16.0.2 repoze.lru==0.6 requests==2.18.4