From d10a128738efb4e5a9b5f4d81520252670c376a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 11:05:20 +0000 Subject: [PATCH] Bump elasticsearch[async] in /stac_fastapi/elasticsearch Bumps [elasticsearch[async]](https://github.com/elastic/elasticsearch-py) from 7.17.8 to 7.17.9. - [Release notes](https://github.com/elastic/elasticsearch-py/releases) - [Commits](https://github.com/elastic/elasticsearch-py/compare/v7.17.8...v7.17.9) --- updated-dependencies: - dependency-name: elasticsearch[async] dependency-type: direct:production update-type: version-update:semver-patch ... 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 3c48b2a7..bbc4ccc3 100644 --- a/stac_fastapi/elasticsearch/setup.py +++ b/stac_fastapi/elasticsearch/setup.py @@ -13,7 +13,7 @@ "stac-fastapi.types==2.4.3", "stac-fastapi.api==2.4.3", "stac-fastapi.extensions==2.4.3", - "elasticsearch[async]==7.17.8", + "elasticsearch[async]==7.17.9", "elasticsearch-dsl==7.4.0", "pystac[validation]", "uvicorn",