From 465e12b65e2e3a6eaab674fc72207254eb516096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 11:37:10 +0000 Subject: [PATCH] Bump stac-fastapi-api from 2.3.0 to 2.4.0 in /stac_fastapi/elasticsearch Bumps [stac-fastapi-api](https://github.com/stac-utils/stac-fastapi) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/stac-utils/stac-fastapi/releases) - [Changelog](https://github.com/stac-utils/stac-fastapi/blob/master/CHANGES.md) - [Commits](https://github.com/stac-utils/stac-fastapi/compare/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: stac-fastapi-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- stac_fastapi/elasticsearch/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_fastapi/elasticsearch/setup.py b/stac_fastapi/elasticsearch/setup.py index 2661ea20..8f4c98dc 100644 --- a/stac_fastapi/elasticsearch/setup.py +++ b/stac_fastapi/elasticsearch/setup.py @@ -11,7 +11,7 @@ "pydantic[dotenv]", "stac_pydantic==2.0.*", "stac-fastapi.types==2.3.0", - "stac-fastapi.api==2.3.0", + "stac-fastapi.api==2.4.0", "stac-fastapi.extensions==2.3.0", "elasticsearch[async]==7.17.3", "elasticsearch-dsl==7.4.0",