From 273136add77638e2cf8dd65e51ab6fd78d02416c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 11:16:10 +0000 Subject: [PATCH] build(deps): update pystac requirement from >=1.13.0 to >=1.14.3 Updates the requirements on [pystac](https://github.com/stac-utils/pystac) to permit the latest version. - [Release notes](https://github.com/stac-utils/pystac/releases) - [Changelog](https://github.com/stac-utils/pystac/blob/main/CHANGELOG.md) - [Commits](https://github.com/stac-utils/pystac/compare/pystac-core-v1.15.0-rc.0...v1.14.3) --- updated-dependencies: - dependency-name: pystac dependency-version: 1.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a67806..d13558d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "python-dateutil>=2.8.2", "pydantic>=2", "typing-extensions>=4.7.1", - "pystac>=1.13.0", + "pystac>=1.14.3", ] [tool.hatch.metadata]