Skip to content

Commit

Permalink
deps: set requests min version to v2.27.1
Browse files Browse the repository at this point in the history
This gets us official 3.10 support.
  • Loading branch information
gadomski committed Jul 18, 2022
1 parent 93187af commit 4d82fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ numpy == 1.22.0
pyproj == 3.0
pystac[validation] == 1.2
rasterio == 1.2.9
requests == 2.28.1
requests == 2.27.1
stac-check == 1.2.0
stac-validator == 3.1.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_requires =
pyproj >= 3.0
pystac[validation] >= 1.2
rasterio >= 1.2.9
requests >= 2.20
requests >= 2.27.1
stac-check >= 1.2.0
stac-validator >= 3.1.0

Expand Down

0 comments on commit 4d82fa8

Please sign in to comment.