From a0ee4fcb9855939827de7124ecb004a29375ce45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:50:28 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 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/5.3.1...5.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9c82013..cd188a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ azure-storage-blob==2.1.0 azureml-sdk==1.0.69 azureml-widgets==1.0.69.1 -PyYAML==5.3.1 # for YAML parser +PyYAML==5.4 # for YAML parser arrow==0.14.0 # avoid annoying warning msgs in 0.14.4 future==0.18.2 # temporarily needed by tensorboard grpcio==1.29.0 # tensorboard requirement diff --git a/setup.py b/setup.py index fa2d6a9..648de3c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "azureml-widgets==1.0.69.1", # other xtlib dependencies - "PyYAML==5.3.1", # for YAML parser + "PyYAML==5.4", # for YAML parser "arrow==0.14.0", # avoid annoying warning msgs in 0.14.4, "future==0.18.2", # temporarily needed by tensorboard "grpcio==1.29.0", # tensorboard requirement