Skip to content

Commit

Permalink
[CORE-508] Update urllib3 Python dependency (Part 2) (#12629)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: e8e96f8f4e80433a4dc321bed93c8ddc7dceca6d
  • Loading branch information
Ira W. Snyder authored and Descartes Labs Build committed Jul 17, 2024
1 parent c308916 commit 8e20dfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,17 @@ def do_setup():
"numpy>=1.23.2;python_version>='3.11'",
"Pillow>=9.2.0",
"pyarrow>=14.0.1",
"pydantic>=2.1.0",
"pydantic>=2.4.0",
"pytz>=2021.1",
"requests>=2.32.3,<3",
# It is not obvious but dynaconf requires pkg_resources from setuptools.
"setuptools>=65.6.3",
"setuptools>=70.0.0",
"shapely>=2.0.0",
"strenum>=0.4.8",
"tifffile==2023.4.12;python_version=='3.8'",
"tifffile>=2023.9.26;python_version>='3.9'",
"tqdm>=4.32.1",
"urllib3>=1.26.18, !=2.0.0, !=2.0.1, !=2.0.2, !=2.0.3, !=2.0.4",
"tqdm>=4.66.3",
"urllib3>=1.26.19, !=2.0.0, !=2.0.1, !=2.0.2, !=2.0.3, !=2.0.4",
],
extras_require={
"visualization": viz_requires,
Expand Down

0 comments on commit 8e20dfc

Please sign in to comment.