Skip to content

Commit ea8ffa7

Browse files
authored
Merge pull request #116 from stac-utils/stac-validator-update-3.5.0
Update dependecies, stac-validator v3.5.0
2 parents f30d0fd + 5a4ac73 commit ea8ffa7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
1212
It has been replaced with importlib from the Python standard library
1313
([#112](https://github.com/stac-utils/stac-check/pull/112))
1414

15+
### Updated
16+
17+
- Updated stac-validator to v3.5.0 and other dependecies as well ([#116](https://github.com/stac-utils/stac-check/pull/116))
18+
1519
## [v1.4.0] - 2024-10-09
1620

1721
### Added

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
include_package_data=True,
1818
setup_requires=["setuptools"],
1919
install_requires=[
20-
"click>=8.0.0",
21-
"requests>=2.19.1",
22-
"jsonschema>=3.1.2",
23-
"stac-validator>=3.4.0",
20+
"requests>=2.32.3",
21+
"jsonschema>=4.23.0",
22+
"click>=8.1.8",
23+
"stac-validator>=3.5.0",
2424
"PyYAML",
2525
"python-dotenv",
2626
],

0 commit comments

Comments
 (0)