Skip to content

Commit

Permalink
Merge pull request #116 from stac-utils/stac-validator-update-3.5.0
Browse files Browse the repository at this point in the history
Update dependecies, stac-validator v3.5.0
  • Loading branch information
jonhealy1 authored Jan 10, 2025
2 parents f30d0fd + 5a4ac73 commit ea8ffa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
It has been replaced with importlib from the Python standard library
([#112](https://github.com/stac-utils/stac-check/pull/112))

### Updated

- Updated stac-validator to v3.5.0 and other dependecies as well ([#116](https://github.com/stac-utils/stac-check/pull/116))

## [v1.4.0] - 2024-10-09

### Added
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
include_package_data=True,
setup_requires=["setuptools"],
install_requires=[
"click>=8.0.0",
"requests>=2.19.1",
"jsonschema>=3.1.2",
"stac-validator>=3.4.0",
"requests>=2.32.3",
"jsonschema>=4.23.0",
"click>=8.1.8",
"stac-validator>=3.5.0",
"PyYAML",
"python-dotenv",
],
Expand Down

0 comments on commit ea8ffa7

Please sign in to comment.