Techdebt: Verify support for urllib3==2.2.1 (#7358)
This commit is contained in:
parent
8f6153e321
commit
79c9b7c77b
2
.github/workflows/test_outdated_versions.yml
vendored
2
.github/workflows/test_outdated_versions.yml
vendored
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user