From 6e12fe3a8f8ac7dc3244a6397a89f5998c6146e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:32:02 +0000 Subject: [PATCH] Bump pyyaml from 4.2b1 to 5.4 in /vision-based-end2end-learning Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b1 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/commits/5.4) Signed-off-by: dependabot[bot] --- vision-based-end2end-learning/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 vision-based-end2end-learning/requirements.txt diff --git a/vision-based-end2end-learning/requirements.txt b/vision-based-end2end-learning/requirements.txt old mode 100755 new mode 100644 index fcac385..3e747bd --- a/vision-based-end2end-learning/requirements.txt +++ b/vision-based-end2end-learning/requirements.txt @@ -7,5 +7,5 @@ opencv_python==3.1.0.1 six==1.12.0 Pillow==6.2.0 protobuf -PyYAML==4.2b1 +PyYAML==5.4 pydot==1.4.1