]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
setup.cfg: Pin urllib3 for botocore
authorZack Cerza <zack@redhat.com>
Wed, 27 Dec 2023 18:42:47 +0000 (11:42 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 27 Dec 2023 18:43:09 +0000 (11:43 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
setup.cfg

index cf77934262429d1157f3a188db43b670d200a4a9..8a7280abe1c012176a994728ef1558d85d97685e 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -48,6 +48,7 @@ install_requires =
     pexpect
     pip-tools
     prettytable
+    prometheus_client>=0.16.0
     psutil>=2.1.0
     pyasn1
     pynacl>=1.5.0
@@ -55,7 +56,7 @@ install_requires =
     python-dateutil
     requests>2.13.0
     sentry-sdk
-    prometheus_client>=0.16.0
+    urllib3>=1.25.4,<1.27  # For botocore
 python_requires = >=3.6
 scripts =
     teuthology/task/install/bin/adjust-ulimits