Skip to content

Commit

Permalink
Lock "urllib3<2" becuase urllib3 v2.0 only supports OpenSSL 1.1.1+ // R…
Browse files Browse the repository at this point in the history
…esolve #4614
  • Loading branch information
ivankravets committed May 6, 2023
1 parent f8f3e98 commit bba5bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -36,6 +36,7 @@
"pyelftools>=0.27,<1",
"pyserial==3.5.*", # keep in sync "device/monitor/terminal.py"
"requests==2.*",
"urllib3<2", # issue 4614: urllib3 v2.0 only supports OpenSSL 1.1.1+
"requests==%s" % ("2.27.1" if PY36 else "2.*"),
"semantic_version==2.10.*",
"tabulate==%s" % ("0.8.10" if PY36 else "0.9.*"),
Expand Down

0 comments on commit bba5bc9

Please sign in to comment.