From 3431bcf590ce73d8cd8912db1646a06b8807b1ca Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 27 Dec 2023 11:42:47 -0700 Subject: [PATCH] setup.cfg: Pin urllib3 for botocore Signed-off-by: Zack Cerza --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cf77934262..8a7280abe1 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 -- 2.39.5