From d7e7dbf63aef760e756688ef0b2613f4425ad593 Mon Sep 17 00:00:00 2001 From: Ben Mares <15216687+maresb@users.noreply.github.com> Date: Tue, 10 Aug 2021 06:26:47 +0200 Subject: [PATCH 1/2] Unpin six in requirements.txt --- packages/python/plotly/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/plotly/requirements.txt b/packages/python/plotly/requirements.txt index 6800b7f43a5..6a3e0c990cf 100644 --- a/packages/python/plotly/requirements.txt +++ b/packages/python/plotly/requirements.txt @@ -6,7 +6,7 @@ ################################################### ## python 2 to 3 compatibility ## -six==1.15.0 +six ## retrying requests ## tenacity>=6.2.0 From aca0020c0b7139f4c0fe689dacda71d34db182a6 Mon Sep 17 00:00:00 2001 From: Ben Mares <15216687+maresb@users.noreply.github.com> Date: Tue, 10 Aug 2021 16:44:35 +0200 Subject: [PATCH 2/2] Set minimal version for six --- packages/python/plotly/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/plotly/requirements.txt b/packages/python/plotly/requirements.txt index 6a3e0c990cf..afe2545323d 100644 --- a/packages/python/plotly/requirements.txt +++ b/packages/python/plotly/requirements.txt @@ -6,7 +6,7 @@ ################################################### ## python 2 to 3 compatibility ## -six +six>=1.15.0 ## retrying requests ## tenacity>=6.2.0