Skip to content

Commit

Permalink
Techdebt: Verify support for urllib3==2.2.1 (#7358)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored Feb 18, 2024
1 parent 8f6153e commit 79c9b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_outdated_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 79c9b7c

Please sign in to comment.