From 14efaab5aaccc3f1a1faff31d598afc236ebb43b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 06:46:03 +0000 Subject: [PATCH] Bump elasticsearch[async] from 8.14.0 to 8.15.1 Bumps [elasticsearch[async]](https://github.com/elastic/elasticsearch-py) from 8.14.0 to 8.15.1. - [Release notes](https://github.com/elastic/elasticsearch-py/releases) - [Commits](https://github.com/elastic/elasticsearch-py/compare/v8.14.0...v8.15.1) --- updated-dependencies: - dependency-name: elasticsearch[async] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7088eda..ca48f63 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "aiocsv==1.3.2", "aiofiles==24.1.0", "aiohttp[speedups]==3.10.2", - "elasticsearch[async]==8.14.0", + "elasticsearch[async]==8.15.1", "opensearch-py[async]==2.7.1", "boto3>=1.34.144,<1.35.0", "fastapi==0.112.0",