]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: bump six to 1.14 33185/head
authorKefu Chai <kchai@redhat.com>
Mon, 10 Feb 2020 15:30:34 +0000 (23:30 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 10 Feb 2020 15:30:37 +0000 (23:30 +0800)
otherwise some packages which uses six.ensure_text will fail, as it
was introduced by 1.12. and 1.14 is the latest stable version of
six. so let's use it instead.

Fixes: https://tracker.ceph.com/issues/44063
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/constraints.txt
src/pybind/mgr/dashboard/tox.ini

index dfb1f131bb41f946101f457bb82c10a4dc758e93..5255f89a6c3f8401b2edbc799cf74a03ebf1af88 100644 (file)
@@ -7,4 +7,4 @@ bcrypt==3.1.4
 python3-saml==1.4.1
 requests==2.20.0
 Routes==2.4.1
-six==1.11.0
+six==1.14.0
index 9632ffd7984d06df7f4cb098fd832361b4a85642..6962d9b4bd793cc8c3c142fdb5b58e8ab829aed9 100644 (file)
@@ -138,6 +138,6 @@ commands =
 
 [testenv:check]
 deps = 
-    six==1.11.0
+    six==1.14.0
 commands =
     python ci/check_grafana_uids.py frontend/src/app ../../../../monitoring/grafana/dashboards