From 4ad4e9cbb6b733b7e4315138be446892f42e2d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 07:39:02 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /deprecated/algorithms/sfm/OpenSfM Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deprecated/algorithms/sfm/OpenSfM/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deprecated/algorithms/sfm/OpenSfM/requirements.txt b/deprecated/algorithms/sfm/OpenSfM/requirements.txt index 56c32535..0f558802 100644 --- a/deprecated/algorithms/sfm/OpenSfM/requirements.txt +++ b/deprecated/algorithms/sfm/OpenSfM/requirements.txt @@ -7,7 +7,7 @@ numpy pyproj==1.9.5.1 pytest==3.0.7 python-dateutil==2.6.0 -PyYAML==3.12 +PyYAML==5.4 repoze.lru==0.7 scipy six