From e2762306df30b3e544d3e1ef27f7eb0fb3a4d13d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:00:12 +0000 Subject: [PATCH] chore(deps): update pypgstac requirement in the all group Updates the requirements on [pypgstac](https://github.com/stac-utils/pgstac) to permit the latest version. Updates `pypgstac` to 0.9.1 - [Release notes](https://github.com/stac-utils/pgstac/releases) - [Changelog](https://github.com/stac-utils/pgstac/blob/main/CHANGELOG.md) - [Commits](https://github.com/stac-utils/pgstac/compare/v0.8.0...v0.9.1) --- updated-dependencies: - dependency-name: pypgstac dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 585737d..19ef3d7 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "buildpg", "brotli_asgi", "pygeofilter>=0.2", - "pypgstac==0.8.*", + "pypgstac>=0.8,<0.10", ] extra_reqs = {