From: Zack Cerza Date: Wed, 27 Dec 2023 18:42:47 +0000 (-0700) Subject: setup.cfg: Pin urllib3 for botocore X-Git-Tag: 1.2.0~59^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3431bcf590ce73d8cd8912db1646a06b8807b1ca;p=teuthology.git setup.cfg: Pin urllib3 for botocore Signed-off-by: Zack Cerza --- diff --git a/setup.cfg b/setup.cfg index cf7793426..8a7280abe 100644 --- 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