From 2390b5f678523c454b110db80e799a101a16128a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:01:59 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 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.13...5.4) Signed-off-by: dependabot[bot] --- requirements-gpu.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-gpu.txt b/requirements-gpu.txt index 86a7cd3..b592ad9 100644 --- a/requirements-gpu.txt +++ b/requirements-gpu.txt @@ -24,7 +24,7 @@ protobuf==3.6.1 pyparsing==2.2.0 python-dateutil==2.7.3 pytz==2018.5 -PyYAML==3.13 +PyYAML==5.4 scipy==1.1.0 six==1.11.0 subprocess32==3.5.2 diff --git a/requirements.txt b/requirements.txt index fb3d37d..c290efd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ protobuf==3.6.1 pyparsing==2.2.0 python-dateutil==2.7.3 pytz==2018.5 -PyYAML==3.13 +PyYAML==5.4 scipy==1.1.0 six==1.11.0 subprocess32==3.5.2