From 77ad650293be3f7205e9d4fe3acbb2115aa16f46 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 13:12:09 +0000 Subject: [PATCH] Bump six from 1.13.0 to 1.14.0 Bumps [six](https://github.com/benjaminp/six) from 1.13.0 to 1.14.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.13.0...1.14.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dfbdcd8f..3ca90800 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pytest-tornasync==0.6.0.post2; python_version >= '3.5' pytest-trio==0.5.2; python_version>="3.6" pytest==4.6.6; python_version<"3.5" pytest==5.3.1; python_version>="3.5" -six==1.13.0 +six==1.14.0 tornado==5.1.1; python_version<"3.6" tornado==6.0.3; python_version>="3.6" trio==0.13.0; python_version>="3.6"