Skip to content

Commit

Permalink
deps: bump minimum pystac version
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Mar 13, 2023
1 parent b8735fa commit 646c881
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- Bumped PySTAC dependency to >= 1.7.0 [#449](https://github.com/stac-utils/pystac-client/pull/449)

### Fixed

- Fix parse fail when header has multiple '=' characters [#440](https://github.com/stac-utils/pystac-client/pull/440)
Expand Down
2 changes: 1 addition & 1 deletion requirements-min.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.28.2
pystac==1.4.0
pystac==1.7.0
python-dateutil==2.7.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
python_requires=">=3.8",
install_requires=[
"requests>=2.27.1",
"pystac>=1.4.0",
"pystac>=1.7.0",
"python-dateutil>=2.7.0",
],
extras_require={"validation": ["jsonschema>=4.5.1"]},
Expand Down

0 comments on commit 646c881

Please sign in to comment.