From e7de8e1263f058481b4efa61f3abc68a6591b38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:10:38 +0000 Subject: [PATCH] build(deps): update pystac requirement from >=1.13.0 to >=1.15.1 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.15.1) --- updated-dependencies: - dependency-name: pystac dependency-version: 1.15.1 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..a697c97 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.15.1", ] [tool.hatch.metadata]