File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ],
You can’t perform that action at this time.
0 commit comments