From ec8f2cb633cfa3d7c7f6495cf8e452932fa5273b Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 2 Dec 2020 19:20:17 +0800 Subject: [PATCH] pybind/mgr: unpin urllib3 now that requests is able to support urllib v1.26, there is no need to pin it anymore. see also https://github.com/psf/requests/blob/03957eb1c2b9a1e5e6d61f5e930d7c5ed7cfe853/HISTORY.md#2250-2020-11-11 Fixes: https://tracker.ceph.com/issues/48210 Signed-off-by: Kefu Chai --- src/pybind/mgr/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/requirements.txt b/src/pybind/mgr/requirements.txt index 63840e252f8..88b9c1b855b 100644 --- a/src/pybind/mgr/requirements.txt +++ b/src/pybind/mgr/requirements.txt @@ -9,4 +9,3 @@ execnet remoto Jinja2 pyfakefs -urllib3==1.25.11 -- 2.47.3