]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: unpin urllib3 38398/head
authorKefu Chai <kchai@redhat.com>
Wed, 2 Dec 2020 11:20:17 +0000 (19:20 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 2 Dec 2020 11:20:19 +0000 (19:20 +0800)
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 <kchai@redhat.com>
src/pybind/mgr/requirements.txt

index 63840e252f8b9f638eb96287be20559261de086c..88b9c1b855b9e1dca13ee0a348cba8360c43c6c7 100644 (file)
@@ -9,4 +9,3 @@ execnet
 remoto
 Jinja2
 pyfakefs
-urllib3==1.25.11