From 41e6628498c6ebdfc2932c61b68bcbde4da1a47e Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Fri, 14 Jul 2023 14:11:11 -0700 Subject: [PATCH] Update Python base image requirements. (#27494) --- .../py310/base_image_requirements.txt | 80 +++++++++--------- .../py311/base_image_requirements.txt | 76 ++++++++--------- .../py38/base_image_requirements.txt | 82 +++++++++--------- .../py39/base_image_requirements.txt | 84 +++++++++---------- 4 files changed, 157 insertions(+), 165 deletions(-) diff --git a/sdks/python/container/py310/base_image_requirements.txt b/sdks/python/container/py310/base_image_requirements.txt index e50cd2841156..5396fc615977 100644 --- a/sdks/python/container/py310/base_image_requirements.txt +++ b/sdks/python/container/py310/base_image_requirements.txt @@ -29,48 +29,48 @@ bs4==0.0.1 cachetools==5.3.1 certifi==2023.5.7 cffi==1.15.1 -charset-normalizer==3.1.0 -click==8.1.3 +charset-normalizer==3.2.0 +click==8.1.5 cloudpickle==2.2.1 crcmod==1.7 -cryptography==41.0.1 -Cython==0.29.35 +cryptography==41.0.2 +Cython==0.29.36 deprecation==2.1.0 dill==0.3.1.1 dnspython==2.3.0 docker==6.1.3 docopt==0.6.2 -exceptiongroup==1.1.1 -execnet==1.9.0 -fastavro==1.7.4 +exceptiongroup==1.1.2 +execnet==2.0.2 +fastavro==1.8.0 fasteners==0.18 flatbuffers==23.5.26 freezegun==1.2.2 future==0.18.3 gast==0.4.0 google-api-core==2.11.1 -google-api-python-client==2.90.0 +google-api-python-client==2.93.0 google-apitools==0.5.31 -google-auth==2.21.0 +google-auth==2.22.0 google-auth-httplib2==0.1.0 google-auth-oauthlib==1.0.0 -google-cloud-aiplatform==1.26.1 -google-cloud-bigquery==3.11.2 -google-cloud-bigquery-storage==2.20.0 +google-cloud-aiplatform==1.28.0 +google-cloud-bigquery==3.11.3 +google-cloud-bigquery-storage==2.22.0 google-cloud-bigtable==2.19.0 -google-cloud-core==2.3.2 -google-cloud-datastore==2.16.0 -google-cloud-dlp==3.12.1 -google-cloud-language==2.10.0 +google-cloud-core==2.3.3 +google-cloud-datastore==2.16.1 +google-cloud-dlp==3.12.2 +google-cloud-language==2.10.1 google-cloud-profiler==4.0.0 -google-cloud-pubsub==2.17.1 -google-cloud-pubsublite==1.8.2 -google-cloud-recommendations-ai==0.10.3 -google-cloud-resource-manager==1.10.1 +google-cloud-pubsub==2.18.0 +google-cloud-pubsublite==1.8.3 +google-cloud-recommendations-ai==0.10.4 +google-cloud-resource-manager==1.10.2 google-cloud-spanner==3.36.0 google-cloud-storage==2.10.0 -google-cloud-videointelligence==2.11.2 -google-cloud-vision==3.4.3 +google-cloud-videointelligence==2.11.3 +google-cloud-vision==3.4.4 google-crc32c==1.5.0 google-pasta==0.2.0 google-resumable-media==2.5.0 @@ -83,33 +83,31 @@ guppy3==3.1.3 h5py==3.9.0 hdfs==2.7.0 httplib2==0.22.0 -hypothesis==6.79.3 +hypothesis==6.81.1 idna==3.4 iniconfig==2.0.0 -jax==0.4.13 -joblib==1.2.0 -keras==2.12.0 +joblib==1.3.1 +keras==2.13.1 libclang==16.0.0 Markdown==3.4.3 MarkupSafe==2.1.3 -ml-dtypes==0.2.0 mmh3==4.0.0 -mock==5.0.2 +mock==5.1.0 nltk==3.8.1 nose==1.3.7 -numpy==1.23.5 +numpy==1.24.3 oauth2client==4.1.3 oauthlib==3.2.2 objsize==0.6.1 opt-einsum==3.3.0 -orjson==3.9.1 +orjson==3.9.2 overrides==6.5.0 packaging==23.1 pandas==1.5.3 parameterized==0.9.0 pluggy==1.2.0 proto-plus==1.22.3 -protobuf==4.23.3 +protobuf==4.23.4 psycopg2-binary==2.9.6 pyarrow==11.0.0 pyasn1==0.5.0 @@ -117,7 +115,7 @@ pyasn1-modules==0.3.0 pycparser==2.21 pydot==1.4.2 PyHamcrest==2.0.4 -pymongo==4.4.0 +pymongo==4.4.1 PyMySQL==1.1.0 pyparsing==3.1.0 pytest==7.4.0 @@ -132,29 +130,29 @@ requests==2.31.0 requests-mock==1.11.0 requests-oauthlib==1.3.1 rsa==4.9 -scikit-learn==1.2.2 -scipy==1.11.0 +scikit-learn==1.3.0 +scipy==1.11.1 Shapely==1.8.5.post1 six==1.16.0 sortedcontainers==2.4.0 soupsieve==2.4.1 -SQLAlchemy==1.4.48 +SQLAlchemy==1.4.49 sqlparse==0.4.4 tenacity==8.2.2 -tensorboard==2.12.3 +tensorboard==2.13.0 tensorboard-data-server==0.7.1 -tensorflow==2.12.0 -tensorflow-estimator==2.12.0 +tensorflow==2.13.0 +tensorflow-estimator==2.13.0 tensorflow-io-gcs-filesystem==0.32.0 termcolor==2.3.0 testcontainers==3.7.1 -threadpoolctl==3.1.0 +threadpoolctl==3.2.0 tomli==2.0.1 tqdm==4.65.0 -typing_extensions==4.6.3 +typing_extensions==4.5.0 uritemplate==4.1.1 urllib3==1.26.16 websocket-client==1.6.1 Werkzeug==2.3.6 -wrapt==1.14.1 +wrapt==1.15.0 zstandard==0.21.0 diff --git a/sdks/python/container/py311/base_image_requirements.txt b/sdks/python/container/py311/base_image_requirements.txt index 8afa7e2a3456..20fcba6e2117 100644 --- a/sdks/python/container/py311/base_image_requirements.txt +++ b/sdks/python/container/py311/base_image_requirements.txt @@ -29,19 +29,19 @@ bs4==0.0.1 cachetools==5.3.1 certifi==2023.5.7 cffi==1.15.1 -charset-normalizer==3.1.0 -click==8.1.3 +charset-normalizer==3.2.0 +click==8.1.5 cloudpickle==2.2.1 crcmod==1.7 -cryptography==41.0.1 -Cython==0.29.35 +cryptography==41.0.2 +Cython==0.29.36 deprecation==2.1.0 dill==0.3.1.1 dnspython==2.3.0 docker==6.1.3 docopt==0.6.2 -execnet==1.9.0 -fastavro==1.7.4 +execnet==2.0.2 +fastavro==1.8.0 fasteners==0.18 flatbuffers==23.5.26 freezegun==1.2.2 @@ -49,25 +49,25 @@ future==0.18.3 gast==0.4.0 google-api-core==2.11.1 google-apitools==0.5.31 -google-auth==2.21.0 +google-auth==2.22.0 google-auth-httplib2==0.1.0 google-auth-oauthlib==1.0.0 -google-cloud-aiplatform==1.26.1 -google-cloud-bigquery==3.11.2 -google-cloud-bigquery-storage==2.20.0 +google-cloud-aiplatform==1.28.0 +google-cloud-bigquery==3.11.3 +google-cloud-bigquery-storage==2.22.0 google-cloud-bigtable==2.19.0 -google-cloud-core==2.3.2 -google-cloud-datastore==2.16.0 -google-cloud-dlp==3.12.1 -google-cloud-language==2.10.0 -google-cloud-pubsub==2.17.1 -google-cloud-pubsublite==1.8.2 -google-cloud-recommendations-ai==0.10.3 -google-cloud-resource-manager==1.10.1 +google-cloud-core==2.3.3 +google-cloud-datastore==2.16.1 +google-cloud-dlp==3.12.2 +google-cloud-language==2.10.1 +google-cloud-pubsub==2.18.0 +google-cloud-pubsublite==1.8.3 +google-cloud-recommendations-ai==0.10.4 +google-cloud-resource-manager==1.10.2 google-cloud-spanner==3.36.0 google-cloud-storage==2.10.0 -google-cloud-videointelligence==2.11.2 -google-cloud-vision==3.4.3 +google-cloud-videointelligence==2.11.3 +google-cloud-vision==3.4.4 google-crc32c==1.5.0 google-pasta==0.2.0 google-resumable-media==2.5.0 @@ -80,33 +80,31 @@ guppy3==3.1.3 h5py==3.9.0 hdfs==2.7.0 httplib2==0.22.0 -hypothesis==6.79.3 +hypothesis==6.81.1 idna==3.4 iniconfig==2.0.0 -jax==0.4.13 -joblib==1.2.0 -keras==2.12.0 +joblib==1.3.1 +keras==2.13.1 libclang==16.0.0 Markdown==3.4.3 MarkupSafe==2.1.3 -ml-dtypes==0.2.0 mmh3==4.0.0 -mock==5.0.2 +mock==5.1.0 nltk==3.8.1 nose==1.3.7 -numpy==1.23.5 +numpy==1.24.3 oauth2client==4.1.3 oauthlib==3.2.2 objsize==0.6.1 opt-einsum==3.3.0 -orjson==3.9.1 +orjson==3.9.2 overrides==6.5.0 packaging==23.1 pandas==1.5.3 parameterized==0.9.0 pluggy==1.2.0 proto-plus==1.22.3 -protobuf==4.23.3 +protobuf==4.23.4 psycopg2-binary==2.9.6 pyarrow==11.0.0 pyasn1==0.5.0 @@ -114,7 +112,7 @@ pyasn1-modules==0.3.0 pycparser==2.21 pydot==1.4.2 PyHamcrest==2.0.4 -pymongo==4.4.0 +pymongo==4.4.1 PyMySQL==1.1.0 pyparsing==3.1.0 pytest==7.4.0 @@ -128,27 +126,27 @@ requests==2.31.0 requests-mock==1.11.0 requests-oauthlib==1.3.1 rsa==4.9 -scikit-learn==1.2.2 -scipy==1.11.0 +scikit-learn==1.3.0 +scipy==1.11.1 Shapely==1.8.5.post1 six==1.16.0 sortedcontainers==2.4.0 soupsieve==2.4.1 -SQLAlchemy==1.4.48 +SQLAlchemy==1.4.49 sqlparse==0.4.4 tenacity==8.2.2 -tensorboard==2.12.3 +tensorboard==2.13.0 tensorboard-data-server==0.7.1 -tensorflow==2.12.0 -tensorflow-estimator==2.12.0 +tensorflow==2.13.0 +tensorflow-estimator==2.13.0 tensorflow-io-gcs-filesystem==0.32.0 termcolor==2.3.0 testcontainers==3.7.1 -threadpoolctl==3.1.0 +threadpoolctl==3.2.0 tqdm==4.65.0 -typing_extensions==4.6.3 +typing_extensions==4.5.0 urllib3==1.26.16 websocket-client==1.6.1 Werkzeug==2.3.6 -wrapt==1.14.1 +wrapt==1.15.0 zstandard==0.21.0 diff --git a/sdks/python/container/py38/base_image_requirements.txt b/sdks/python/container/py38/base_image_requirements.txt index e03782dd7a74..127bc835c928 100644 --- a/sdks/python/container/py38/base_image_requirements.txt +++ b/sdks/python/container/py38/base_image_requirements.txt @@ -29,48 +29,48 @@ bs4==0.0.1 cachetools==5.3.1 certifi==2023.5.7 cffi==1.15.1 -charset-normalizer==3.1.0 -click==8.1.3 +charset-normalizer==3.2.0 +click==8.1.5 cloudpickle==2.2.1 crcmod==1.7 -cryptography==41.0.1 -Cython==0.29.35 +cryptography==41.0.2 +Cython==0.29.36 deprecation==2.1.0 dill==0.3.1.1 dnspython==2.3.0 docker==6.1.3 docopt==0.6.2 -exceptiongroup==1.1.1 -execnet==1.9.0 -fastavro==1.7.4 +exceptiongroup==1.1.2 +execnet==2.0.2 +fastavro==1.8.0 fasteners==0.18 flatbuffers==23.5.26 freezegun==1.2.2 future==0.18.3 gast==0.4.0 google-api-core==2.11.1 -google-api-python-client==2.90.0 +google-api-python-client==2.93.0 google-apitools==0.5.31 -google-auth==2.21.0 +google-auth==2.22.0 google-auth-httplib2==0.1.0 google-auth-oauthlib==1.0.0 -google-cloud-aiplatform==1.26.1 -google-cloud-bigquery==3.11.2 -google-cloud-bigquery-storage==2.20.0 +google-cloud-aiplatform==1.28.0 +google-cloud-bigquery==3.11.3 +google-cloud-bigquery-storage==2.22.0 google-cloud-bigtable==2.19.0 -google-cloud-core==2.3.2 -google-cloud-datastore==2.16.0 -google-cloud-dlp==3.12.1 -google-cloud-language==2.10.0 +google-cloud-core==2.3.3 +google-cloud-datastore==2.16.1 +google-cloud-dlp==3.12.2 +google-cloud-language==2.10.1 google-cloud-profiler==4.0.0 -google-cloud-pubsub==2.17.1 -google-cloud-pubsublite==1.8.2 -google-cloud-recommendations-ai==0.10.3 -google-cloud-resource-manager==1.10.1 +google-cloud-pubsub==2.18.0 +google-cloud-pubsublite==1.8.3 +google-cloud-recommendations-ai==0.10.4 +google-cloud-resource-manager==1.10.2 google-cloud-spanner==3.36.0 google-cloud-storage==2.10.0 -google-cloud-videointelligence==2.11.2 -google-cloud-vision==3.4.3 +google-cloud-videointelligence==2.11.3 +google-cloud-vision==3.4.4 google-crc32c==1.5.0 google-pasta==0.2.0 google-resumable-media==2.5.0 @@ -83,34 +83,32 @@ guppy3==3.1.3 h5py==3.9.0 hdfs==2.7.0 httplib2==0.22.0 -hypothesis==6.79.3 +hypothesis==6.81.1 idna==3.4 -importlib-metadata==6.7.0 +importlib-metadata==6.8.0 iniconfig==2.0.0 -jax==0.4.13 -joblib==1.2.0 -keras==2.12.0 +joblib==1.3.1 +keras==2.13.1 libclang==16.0.0 Markdown==3.4.3 MarkupSafe==2.1.3 -ml-dtypes==0.2.0 mmh3==4.0.0 -mock==5.0.2 +mock==5.1.0 nltk==3.8.1 nose==1.3.7 -numpy==1.23.5 +numpy==1.24.3 oauth2client==4.1.3 oauthlib==3.2.2 objsize==0.6.1 opt-einsum==3.3.0 -orjson==3.9.1 +orjson==3.9.2 overrides==6.5.0 packaging==23.1 pandas==1.5.3 parameterized==0.9.0 pluggy==1.2.0 proto-plus==1.22.3 -protobuf==4.23.3 +protobuf==4.23.4 psycopg2-binary==2.9.6 pyarrow==11.0.0 pyasn1==0.5.0 @@ -118,7 +116,7 @@ pyasn1-modules==0.3.0 pycparser==2.21 pydot==1.4.2 PyHamcrest==2.0.4 -pymongo==4.4.0 +pymongo==4.4.1 PyMySQL==1.1.0 pyparsing==3.1.0 pytest==7.4.0 @@ -133,30 +131,30 @@ requests==2.31.0 requests-mock==1.11.0 requests-oauthlib==1.3.1 rsa==4.9 -scikit-learn==1.2.2 +scikit-learn==1.3.0 scipy==1.10.1 Shapely==1.8.5.post1 six==1.16.0 sortedcontainers==2.4.0 soupsieve==2.4.1 -SQLAlchemy==1.4.48 +SQLAlchemy==1.4.49 sqlparse==0.4.4 tenacity==8.2.2 -tensorboard==2.12.3 +tensorboard==2.13.0 tensorboard-data-server==0.7.1 -tensorflow==2.12.0 -tensorflow-estimator==2.12.0 +tensorflow==2.13.0 +tensorflow-estimator==2.13.0 tensorflow-io-gcs-filesystem==0.32.0 termcolor==2.3.0 testcontainers==3.7.1 -threadpoolctl==3.1.0 +threadpoolctl==3.2.0 tomli==2.0.1 tqdm==4.65.0 -typing_extensions==4.6.3 +typing_extensions==4.5.0 uritemplate==4.1.1 urllib3==1.26.16 websocket-client==1.6.1 Werkzeug==2.3.6 -wrapt==1.14.1 -zipp==3.15.0 +wrapt==1.15.0 +zipp==3.16.1 zstandard==0.21.0 diff --git a/sdks/python/container/py39/base_image_requirements.txt b/sdks/python/container/py39/base_image_requirements.txt index 1a89004a32f3..680303078a2b 100644 --- a/sdks/python/container/py39/base_image_requirements.txt +++ b/sdks/python/container/py39/base_image_requirements.txt @@ -29,48 +29,48 @@ bs4==0.0.1 cachetools==5.3.1 certifi==2023.5.7 cffi==1.15.1 -charset-normalizer==3.1.0 -click==8.1.3 +charset-normalizer==3.2.0 +click==8.1.5 cloudpickle==2.2.1 crcmod==1.7 -cryptography==41.0.1 -Cython==0.29.35 +cryptography==41.0.2 +Cython==0.29.36 deprecation==2.1.0 dill==0.3.1.1 dnspython==2.3.0 docker==6.1.3 docopt==0.6.2 -exceptiongroup==1.1.1 -execnet==1.9.0 -fastavro==1.7.4 +exceptiongroup==1.1.2 +execnet==2.0.2 +fastavro==1.8.0 fasteners==0.18 flatbuffers==23.5.26 freezegun==1.2.2 future==0.18.3 gast==0.4.0 google-api-core==2.11.1 -google-api-python-client==2.90.0 +google-api-python-client==2.93.0 google-apitools==0.5.31 -google-auth==2.21.0 +google-auth==2.22.0 google-auth-httplib2==0.1.0 google-auth-oauthlib==1.0.0 -google-cloud-aiplatform==1.26.1 -google-cloud-bigquery==3.11.2 -google-cloud-bigquery-storage==2.20.0 +google-cloud-aiplatform==1.28.0 +google-cloud-bigquery==3.11.3 +google-cloud-bigquery-storage==2.22.0 google-cloud-bigtable==2.19.0 -google-cloud-core==2.3.2 -google-cloud-datastore==2.16.0 -google-cloud-dlp==3.12.1 -google-cloud-language==2.10.0 +google-cloud-core==2.3.3 +google-cloud-datastore==2.16.1 +google-cloud-dlp==3.12.2 +google-cloud-language==2.10.1 google-cloud-profiler==4.0.0 -google-cloud-pubsub==2.17.1 -google-cloud-pubsublite==1.8.2 -google-cloud-recommendations-ai==0.10.3 -google-cloud-resource-manager==1.10.1 +google-cloud-pubsub==2.18.0 +google-cloud-pubsublite==1.8.3 +google-cloud-recommendations-ai==0.10.4 +google-cloud-resource-manager==1.10.2 google-cloud-spanner==3.36.0 google-cloud-storage==2.10.0 -google-cloud-videointelligence==2.11.2 -google-cloud-vision==3.4.3 +google-cloud-videointelligence==2.11.3 +google-cloud-vision==3.4.4 google-crc32c==1.5.0 google-pasta==0.2.0 google-resumable-media==2.5.0 @@ -83,34 +83,32 @@ guppy3==3.1.3 h5py==3.9.0 hdfs==2.7.0 httplib2==0.22.0 -hypothesis==6.79.3 +hypothesis==6.81.1 idna==3.4 -importlib-metadata==6.7.0 +importlib-metadata==6.8.0 iniconfig==2.0.0 -jax==0.4.13 -joblib==1.2.0 -keras==2.12.0 +joblib==1.3.1 +keras==2.13.1 libclang==16.0.0 Markdown==3.4.3 MarkupSafe==2.1.3 -ml-dtypes==0.2.0 mmh3==4.0.0 -mock==5.0.2 +mock==5.1.0 nltk==3.8.1 nose==1.3.7 -numpy==1.23.5 +numpy==1.24.3 oauth2client==4.1.3 oauthlib==3.2.2 objsize==0.6.1 opt-einsum==3.3.0 -orjson==3.9.1 +orjson==3.9.2 overrides==6.5.0 packaging==23.1 pandas==1.5.3 parameterized==0.9.0 pluggy==1.2.0 proto-plus==1.22.3 -protobuf==4.23.3 +protobuf==4.23.4 psycopg2-binary==2.9.6 pyarrow==11.0.0 pyasn1==0.5.0 @@ -118,7 +116,7 @@ pyasn1-modules==0.3.0 pycparser==2.21 pydot==1.4.2 PyHamcrest==2.0.4 -pymongo==4.4.0 +pymongo==4.4.1 PyMySQL==1.1.0 pyparsing==3.1.0 pytest==7.4.0 @@ -133,30 +131,30 @@ requests==2.31.0 requests-mock==1.11.0 requests-oauthlib==1.3.1 rsa==4.9 -scikit-learn==1.2.2 -scipy==1.11.0 +scikit-learn==1.3.0 +scipy==1.11.1 Shapely==1.8.5.post1 six==1.16.0 sortedcontainers==2.4.0 soupsieve==2.4.1 -SQLAlchemy==1.4.48 +SQLAlchemy==1.4.49 sqlparse==0.4.4 tenacity==8.2.2 -tensorboard==2.12.3 +tensorboard==2.13.0 tensorboard-data-server==0.7.1 -tensorflow==2.12.0 -tensorflow-estimator==2.12.0 +tensorflow==2.13.0 +tensorflow-estimator==2.13.0 tensorflow-io-gcs-filesystem==0.32.0 termcolor==2.3.0 testcontainers==3.7.1 -threadpoolctl==3.1.0 +threadpoolctl==3.2.0 tomli==2.0.1 tqdm==4.65.0 -typing_extensions==4.6.3 +typing_extensions==4.5.0 uritemplate==4.1.1 urllib3==1.26.16 websocket-client==1.6.1 Werkzeug==2.3.6 -wrapt==1.14.1 -zipp==3.15.0 +wrapt==1.15.0 +zipp==3.16.1 zstandard==0.21.0