From 7c3a96d5f2831c1ae69bd9c198618da59b9d4f31 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 22 Dec 2018 20:39:13 +0200 Subject: [PATCH 1/2] Increase range of six versions to 1.12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e765f88..b25b5e35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -six>=1.7.0,<=1.11.0 +six>=1.7.0,<=1.12.0 From 5a380313e9f677be6b771580fae9018ca54ef1c0 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sat, 22 Dec 2018 20:43:24 +0200 Subject: [PATCH 2/2] Update changelog --- docs/main/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 851fb1c8..eba69941 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -11,6 +11,7 @@ Development version ------------------- - Fix issue with copying providers that have system streams injections (``sys.stdin``, ``sys.stdout`` and ``sys.stderr``). +- Add support of six 1.12.0. 3.14.2 ------