Skip to content

Commit

Permalink
Client: Bump urllib3 requirement past security vulnerability (#12319)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 4257d6bc8c905d60132f18ba09bff9cbe7dbc264
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Nov 20, 2023
1 parent c56b7eb commit 7ad8fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def do_setup():
"tifffile==2023.4.12;python_version=='3.8'",
"tifffile>=2023.9.26;python_version>='3.9'",
"tqdm>=4.32.1",
"urllib3>=1.26.12,<2",
"urllib3>=1.26.18,<2",
],
extras_require={
"visualization": viz_requires,
Expand Down

0 comments on commit 7ad8fd2

Please sign in to comment.