Skip to content

Commit

Permalink
Update link verifier to use Python 3.7 and urllib3 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kstribrnAmzn committed Oct 25, 2023
1 parent a2dcff4 commit 6cbaf37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions link-verifier/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ runs:
steps:
- name: Setup Python for link verifier action
uses: actions/setup-python@v3
with:
python-version: '3.7' # Minimum version for urllib v2 (https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html)

- env:
# The bash escape character is \033
Expand Down
2 changes: 1 addition & 1 deletion link-verifier/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ idna==2.10
requests==2.31.0
soupsieve==2.1
termcolor==1.1.0
urllib3
urllib3>=2.0.7

0 comments on commit 6cbaf37

Please sign in to comment.