From f15ddda2ff7b5d8147b168dab73c69f5fd800edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2019 15:34:23 +0000 Subject: [PATCH] Bump pyyaml from 4.2b1 to 5.1.2 in /api/src/main/resources Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b1 to 5.1.2. - [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.1.2) Signed-off-by: dependabot[bot] --- api/src/main/resources/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/resources/requirements.txt b/api/src/main/resources/requirements.txt index 95a4c82..ee80d02 100644 --- a/api/src/main/resources/requirements.txt +++ b/api/src/main/resources/requirements.txt @@ -13,7 +13,7 @@ pyasn1==0.1.9 pycparser==2.17 pyhs2==0.6.0 pywebhdfs==0.4.1 -pyyaml==4.2b1 +pyyaml==5.1.2 requests==2.22.0 sasl==0.2.1 singledispatch==3.4.0.3