From 9d52ea469ffbe31bbd1f6ad5850aff62df194b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2019 02:08:30 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 in /metadata-api Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1. - [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.1) 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..461aead 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.1 pyzmq==16.0.2 repoze.lru==0.6 requests==2.18.4