From 737f941c52053c027d404f9599bd2b100fba4f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 07:06:17 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...5.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b545c3e..b7ca494 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ opencv-python==3.4.1.15 scipy==1.1.0 pillow==5.1.0 tensorboardX -pyyaml==3.12 +pyyaml==5.1 tqdm==4.28.1