Skip to content

Commit

Permalink
deps: update urllib3 to >=2.0,<2.1; fixes #426
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Sep 19, 2023
1 parent dc48ea4 commit 41d0584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"requests",
"spsdk >=1.10.1,<1.11.0",
"tqdm",
"urllib3 ~= 1.26.7",
"urllib3 >=2.0,<2.1",
"tlv8",
"typing_extensions ~= 4.3.0",
"pyserial",
Expand Down

0 comments on commit 41d0584

Please sign in to comment.