From abc11c05f97335e473801062986f754b618940ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 14:09:57 +0000 Subject: [PATCH] Bump elasticsearch from 7.17.0 to 8.2.0 Bumps [elasticsearch](https://github.com/elastic/elasticsearch-py) from 7.17.0 to 8.2.0. - [Release notes](https://github.com/elastic/elasticsearch-py/releases) - [Commits](https://github.com/elastic/elasticsearch-py/compare/v7.17.0...v8.2.0) --- updated-dependencies: - dependency-name: elasticsearch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6b54e84dee..2c6a4b4bed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ SQLAlchemy==1.4.36 alembic==1.7.7 authlib==0.15.5 -elasticsearch==7.17.0 +elasticsearch==8.2.0 marshmallow==2.19.2 gunicorn[eventlet]==20.1.0 jsonschema==4.5.1