From 86febae17c77c8976ede9a4fa38a86e7577083c8 Mon Sep 17 00:00:00 2001 From: VolkovGeoPhy <117853378+VolkovGeoPhy@users.noreply.github.com> Date: Tue, 28 Mar 2023 16:09:46 +0200 Subject: [PATCH] GX up to 0.16 (#10746) --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index 3d84bb2035b..692fa79616d 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -33,7 +33,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.15.0", + "great-expectations": "great-expectations~=0.16.0", "grpc-tools": "grpcio-tools>=1.47.2", "msal": "msal~=1.2", "neo4j": "neo4j~=5.3.0",