From 69fe8c01d9b17c8c56fc831ef7888db493589950 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 23 Sep 2023 08:21:29 +0300 Subject: [PATCH] Fix issue with urllib3 v2.0. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index a1f90b01d..7ebe2c2b5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -238,7 +238,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE - chmod -R 755 /opt/homebrew/opt/poppler/* - chmod -R 755 /opt/homebrew/opt/xerces-c/* - python3 --version - - pip3 install --user --upgrade pip dropbox + - pip3 install --user --upgrade pip dropbox 'urllib3<2.0' - ccache --set-config sloppiness=pch_defines,time_macros max_size="$CCACHE_SIZE" - qmake --version - which qmake