From 8f92c972806eba501109495d3b5f236ffaa802f8 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 25 Feb 2021 17:56:02 +0800 Subject: [PATCH] pybind/mgr/dashboard: bump up requests to 2.25.1 request 2.20 is not compatible with urllib3 v1.25.2 and up. this causes trouble of incompatibility with other python modules. for instance, we now have following error: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. botocore 1.20.14 requires urllib3<1.27,>=1.25.4, but you have urllib3 1.24.3 which is incompatible. see also https://github.com/psf/requests/pull/5092 Signed-off-by: Kefu Chai (cherry picked from commit 8bf07cd1408d0f407ef5e32717bfea159188670d) --- src/pybind/mgr/dashboard/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/constraints.txt b/src/pybind/mgr/dashboard/constraints.txt index f7a1f59d8234f..7bd2d4a10c7a7 100644 --- a/src/pybind/mgr/dashboard/constraints.txt +++ b/src/pybind/mgr/dashboard/constraints.txt @@ -4,6 +4,6 @@ more-itertools==4.1.0 PyJWT==2.0.1 bcrypt==3.1.4 python3-saml==1.4.1 -requests==2.20.0 +requests==2.25.1 Routes==2.4.1 six==1.14.0 -- 2.39.5