From 8d68a8dbe10f0c7b1b15ed5ce792537c7d8aba34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:56:58 +0000 Subject: [PATCH] Bump pyyaml from 4.2b1 to 5.4 in /api/src/main/resources 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) 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..ef3c92f 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.4 requests==2.22.0 sasl==0.2.1 singledispatch==3.4.0.3