diff --git a/ingestion/setup.py b/ingestion/setup.py index e169ad8d180..b3194a3b41c 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -24,7 +24,7 @@ VERSIONS = { "boto3": "boto3>=1.20,<2.0", # No need to add botocore separately. It's a dep from boto3 "geoalchemy2": "GeoAlchemy2~=0.12", "google-cloud-storage": "google-cloud-storage==1.43.0", - "great-expectations": "great-expectations~=0.17.0", + "great-expectations": "great-expectations~=0.18.0", "grpc-tools": "grpcio-tools>=1.47.2", "msal": "msal~=1.2", "neo4j": "neo4j~=5.3.0",