From c7f285f9e7997a67b83591bc6268f51bad92a925 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 04:12:18 +0000 Subject: [PATCH] Bump six from 1.12.0 to 1.15.0 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] --- ci/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements_test.txt b/ci/requirements_test.txt index 916612ba..060a6bb7 100644 --- a/ci/requirements_test.txt +++ b/ci/requirements_test.txt @@ -6,6 +6,6 @@ pandas==0.24.2;python_version<="2.7" pandas==0.25.0;python_version>="3.4" seaborn==0.9.0 libconfig==0.9.2 -six==1.12.0 +six==1.15.0 networkx==2.2;python_version<="2.7" networkx==2.3;python_version>="3.4"