From b10cf63627609681b3649bf92c7ffdbc3048a96e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:57:39 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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.11...5.4) Signed-off-by: dependabot[bot] --- deprecated/requirements_freeze.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deprecated/requirements_freeze.txt b/deprecated/requirements_freeze.txt index 79360d2..401b51e 100644 --- a/deprecated/requirements_freeze.txt +++ b/deprecated/requirements_freeze.txt @@ -15,7 +15,7 @@ pyaml==15.5.7 pymongo==2.8 # via cloudmesh-base, mongoengine pytimeparse==1.1.4 # via cloudmesh-base pytz==2015.4 # via cloudmesh-timestring -pyyaml==3.11 # via pyaml +pyyaml==5.4 # via pyaml sh==1.11 simplejson==3.7.3 wheel==0.24.0 diff --git a/requirements.txt b/requirements.txt index 2ef89d2..d921882 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ prettytable==0.7.2 pyaml==15.5.7 pytimeparse==1.1.4 pytz -pyyaml==3.11 +pyyaml==5.4 simplejson==3.7.3 wheel==0.24.0