Skip to content

Commit

Permalink
Pin urllib3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Nov 7, 2023
1 parent 980d798 commit d4a9638
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements-dev.in
urllib3==2.0.7
urllib3==1.26.18
# via
# -r requirements.txt
# amclient
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ pexpect
requests
tenacity
selenium<4
urllib3<2
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ six==1.16.0
# parse-type
tenacity==8.2.3
# via -r requirements.in
urllib3==2.0.7
urllib3==1.26.18
# via
# -r requirements.in
# amclient
# requests
# selenium

0 comments on commit d4a9638

Please sign in to comment.