From 7110fba035585034c124b727a846b20134fc25c9 Mon Sep 17 00:00:00 2001 From: Thirumalesh Aaraveti Date: Tue, 18 Jun 2024 19:28:47 +0530 Subject: [PATCH] Updated the elastricsearch in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bcd513e9..3dc107b4 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ 'boto3==1.26.4', # required by c7n 0.9.14 'botocore==1.29.4', # required by c7n 0.9.14 'elasticsearch-dsl==7.4.0', - 'elasticsearch==7.11.0', # depend on elasticsearch server + 'elasticsearch==7.17.9', # depend on elasticsearch server 'google-api-python-client==2.57.0', # google drive 'google-auth-httplib2==0.1.0', # google drive 'google-auth-oauthlib==0.5.2', # google drive