diff --git a/people-and-planet-ai/image-classification/requirements-test.txt b/people-and-planet-ai/image-classification/requirements-test.txt index 2ca9b175cb6..cfd5dc8984d 100644 --- a/people-and-planet-ai/image-classification/requirements-test.txt +++ b/people-and-planet-ai/image-classification/requirements-test.txt @@ -1,3 +1,3 @@ google-cloud-storage==1.41.0 -pytest-xdist==2.2.1 +pytest-xdist==2.3.0 pytest==6.2.4 diff --git a/people-and-planet-ai/image-classification/requirements.txt b/people-and-planet-ai/image-classification/requirements.txt index 5c86b4fd10f..bad5e1650af 100644 --- a/people-and-planet-ai/image-classification/requirements.txt +++ b/people-and-planet-ai/image-classification/requirements.txt @@ -1,4 +1,4 @@ Pillow==8.3.0 apache-beam[gcp]==2.30.0 -google-cloud-aiplatform==1.1.1 -google-cloud-bigquery==2.23.1 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this. \ No newline at end of file +google-cloud-aiplatform==1.3.0 +google-cloud-bigquery==2.23.2 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this.