From 363809a2196879d98ccdf7efb96965084b619e97 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 10 Feb 2020 23:30:34 +0800 Subject: [PATCH] pybind/mgr: bump six to 1.14 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 --- src/pybind/mgr/dashboard/constraints.txt | 2 +- src/pybind/mgr/dashboard/tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/constraints.txt b/src/pybind/mgr/dashboard/constraints.txt index dfb1f131bb41f..5255f89a6c3f8 100644 --- a/src/pybind/mgr/dashboard/constraints.txt +++ b/src/pybind/mgr/dashboard/constraints.txt @@ -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 diff --git a/src/pybind/mgr/dashboard/tox.ini b/src/pybind/mgr/dashboard/tox.ini index 9632ffd7984d0..6962d9b4bd793 100644 --- a/src/pybind/mgr/dashboard/tox.ini +++ b/src/pybind/mgr/dashboard/tox.ini @@ -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 -- 2.39.5