From 38123132b6861e00a0a4cb5a2de5b9d693c9c53f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 09:18:03 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.1. - [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.1) 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..6bd8030 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.1 scipy==1.1.0 six==1.11.0 subprocess32==3.5.2 diff --git a/requirements.txt b/requirements.txt index fb3d37d..0ef091c 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.1 scipy==1.1.0 six==1.11.0 subprocess32==3.5.2