Techdebt: Verify support for urllib3==2.2.1 (#7358)

This commit is contained in:
Bert Blommers 2024-02-18 15:31:47 +00:00 committed by GitHub
parent 8f6153e321
commit 79c9b7c77b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]