From 091c919e9cb980191293c36b205092f75c826e15 Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Fri, 10 Jan 2025 16:55:52 +0800 Subject: [PATCH 1/2] update dependecies --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index c531b39..648db1f 100644 --- a/setup.py +++ b/setup.py @@ -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", ], From 5a4ac73b2d1e83e5764432008b74041846d76fd1 Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Sat, 11 Jan 2025 00:47:28 +0800 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10dc706..3e76608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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