From: Kefu Chai Date: Wed, 2 Dec 2020 11:20:17 +0000 (+0800) Subject: pybind/mgr: unpin urllib3 X-Git-Tag: v17.0.0~411^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ec8f2cb633cfa3d7c7f6495cf8e452932fa5273b;p=ceph.git 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 --- diff --git a/src/pybind/mgr/requirements.txt b/src/pybind/mgr/requirements.txt index 63840e252f8b9..88b9c1b855b9e 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