From 2b34bf3dcc5899062fdefa5d24b1353f3455de29 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 15:32:27 +0300 Subject: [PATCH] Bump six from 1.12.0 to 1.15.0 in /cvat/requirements (#1742) Bumps [six](https://github.com/benjaminp/six) from 1.12.0 to 1.15.0. - [Release notes](https://github.com/benjaminp/six/releases) - [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES) - [Commits](https://github.com/benjaminp/six/compare/1.12.0...1.15.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- cvat/requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat/requirements/testing.txt b/cvat/requirements/testing.txt index 35664581..25e85bb3 100644 --- a/cvat/requirements/testing.txt +++ b/cvat/requirements/testing.txt @@ -2,5 +2,5 @@ fakeredis==1.4.1 # Fix dependencies for fakeredis 1.1.0 # Pip will not reinstall six package if it is installed already -six==1.12.0 +six==1.15.0 coveralls \ No newline at end of file