From 79c9b7c77bc0a52c7b90ac6121476b760e288704 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Sun, 18 Feb 2024 15:31:47 +0000 Subject: [PATCH] Techdebt: Verify support for urllib3==2.2.1 (#7358) --- .github/workflows/test_outdated_versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_outdated_versions.yml b/.github/workflows/test_outdated_versions.yml index b8f4a2e5d..727d32fe5 100644 --- a/.github/workflows/test_outdated_versions.yml +++ b/.github/workflows/test_outdated_versions.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - botocore: ["--upgrade boto3 botocore", "boto3==1.11.0 botocore==1.14.0"] + botocore: ["--upgrade boto3 botocore", "--upgrade boto3 botocore && pip install urllib3==2.2.1", "boto3==1.11.0 botocore==1.14.0"] python-version: [ "3.11" ] responses-version: ["0.15.0", "0.17.0", "0.19.0", "0.20.0" ] werkzeug-version: ["2.0.1", "2.1.1", "2.2.2"]