You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/06/16 14:55:02 UTC

[beam] branch master updated: Update Python base image requirements

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 1edc040e974 Update Python base image requirements
     new 790057b64ea Merge pull request #21902 from pabloem/update-py-image-reqs
1edc040e974 is described below

commit 1edc040e97481d6d853eab26fb51b238d3eac6a5
Author: Pablo E <pa...@apache.org>
AuthorDate: Wed Jun 15 14:58:57 2022 -0700

    Update Python base image requirements
---
 .../container/py37/base_image_requirements.txt     | 87 ++++++++++----------
 .../container/py38/base_image_requirements.txt     | 92 +++++++++++-----------
 .../container/py39/base_image_requirements.txt     | 92 +++++++++++-----------
 3 files changed, 135 insertions(+), 136 deletions(-)

diff --git a/sdks/python/container/py37/base_image_requirements.txt b/sdks/python/container/py37/base_image_requirements.txt
index f36accc7b18..920ef04bb63 100644
--- a/sdks/python/container/py37/base_image_requirements.txt
+++ b/sdks/python/container/py37/base_image_requirements.txt
@@ -21,92 +21,91 @@
 # https://s.apache.org/beam-python-dev-wiki
 # Reach out to a committer if you need help.
 
-absl-py==1.0.0
+absl-py==1.1.0
 astunparse==1.6.3
 atomicwrites==1.4.0
 attrs==21.4.0
 beautifulsoup4==4.11.1
 bs4==0.0.1
-cached-property==1.5.2
 cachetools==4.2.4
-certifi==2021.10.8
+certifi==2022.6.15
 cffi==1.15.0
 charset-normalizer==2.0.12
 click==8.1.3
 cloudpickle==2.1.0
 crcmod==1.7
 cryptography==37.0.2
-Cython==0.29.28
+Cython==0.29.30
 deprecation==2.1.0
-dill==0.3.5.1
+dill==0.3.1.1
 docker==5.0.3
 docopt==0.6.2
 execnet==1.9.0
-fastavro==1.4.11
+fastavro==1.5.1
 fasteners==0.17.3
-flatbuffers==2.0
+flatbuffers==1.12
 freezegun==1.2.1
 future==0.18.2
-gast==0.5.3
-google-api-core==1.31.5
-google-api-python-client==2.47.0
+gast==0.4.0
+google-api-core==1.31.6
+google-api-python-client==2.51.0
 google-apitools==0.5.31
 google-auth==1.35.0
 google-auth-httplib2==0.1.0
 google-auth-oauthlib==0.4.6
-google-cloud-bigquery==2.34.3
-google-cloud-bigquery-storage==2.13.1
-google-cloud-bigtable==1.7.1
+google-cloud-bigquery==2.34.4
+google-cloud-bigquery-storage==2.13.2
+google-cloud-bigtable==1.7.2
 google-cloud-core==1.7.2
-google-cloud-datastore==1.15.4
-google-cloud-dlp==3.6.2
-google-cloud-language==1.3.1
-google-cloud-profiler==3.0.8
-google-cloud-pubsub==2.12.0
+google-cloud-datastore==1.15.5
+google-cloud-dlp==3.7.1
+google-cloud-language==1.3.2
+google-cloud-profiler==3.1.0
+google-cloud-pubsub==2.13.0
 google-cloud-pubsublite==1.4.2
 google-cloud-recommendations-ai==0.2.0
-google-cloud-spanner==1.19.2
-google-cloud-videointelligence==1.16.2
-google-cloud-vision==1.0.1
+google-cloud-spanner==1.19.3
+google-cloud-videointelligence==1.16.3
+google-cloud-vision==1.0.2
 google-crc32c==1.3.0
 google-pasta==0.2.0
 google-python-cloud-debugger==2.18
-google-resumable-media==2.3.2
-googleapis-common-protos==1.56.0
+google-resumable-media==2.3.3
+googleapis-common-protos==1.56.2
 greenlet==1.1.2
 grpc-google-iam-v1==0.12.4
-grpcio==1.46.0
+grpcio==1.46.3
 grpcio-gcp==0.2.2
-grpcio-status==1.46.0
+grpcio-status==1.46.3
 guppy3==3.1.2
-h5py==3.6.0
+h5py==3.7.0
 hdfs==2.7.0
-httplib2==0.19.1
+httplib2==0.20.4
 idna==3.3
-importlib-metadata==4.11.3
+importlib-metadata==4.11.4
 joblib==1.1.0
-keras==2.8.0
+keras==2.9.0
 Keras-Preprocessing==1.1.2
 libclang==14.0.1
-Markdown==3.3.6
+Markdown==3.3.7
 mmh3==3.0.0
 mock==2.0.0
-more-itertools==8.12.0
+more-itertools==8.13.0
 nltk==3.7
 nose==1.3.7
 numpy==1.21.6
 oauth2client==4.1.3
 oauthlib==3.2.0
 opt-einsum==3.3.0
-orjson==3.6.8
+orjson==3.7.2
 overrides==6.1.0
 packaging==21.3
 pandas==1.3.5
 parameterized==0.7.5
-pbr==5.8.1
+pbr==5.9.0
 pluggy==0.13.1
-proto-plus==1.20.3
-protobuf==3.20.1
+proto-plus==1.20.6
+protobuf==3.19.4
 psycopg2-binary==2.9.3
 py==1.11.0
 pyarrow==7.0.0
@@ -117,7 +116,7 @@ pydot==1.4.2
 PyHamcrest==1.10.1
 pymongo==3.12.3
 PyMySQL==1.0.2
-pyparsing==2.4.7
+pyparsing==3.0.9
 pytest==4.6.11
 pytest-forked==1.4.0
 pytest-timeout==1.4.2
@@ -126,8 +125,8 @@ python-dateutil==2.8.2
 python-snappy==0.6.1
 pytz==2022.1
 PyYAML==6.0
-regex==2022.4.24
-requests==2.27.1
+regex==2022.6.2
+requests==2.28.0
 requests-mock==1.9.3
 requests-oauthlib==1.3.1
 rsa==4.8
@@ -135,16 +134,16 @@ scikit-learn==1.0.2
 scipy==1.7.3
 six==1.16.0
 soupsieve==2.3.2.post1
-SQLAlchemy==1.4.36
+SQLAlchemy==1.4.37
 tenacity==5.1.5
-tensorboard==2.8.0
+tensorboard==2.9.1
 tensorboard-data-server==0.6.1
 tensorboard-plugin-wit==1.8.1
-tensorflow==2.8.0
-tensorflow-io-gcs-filesystem==0.25.0
+tensorflow==2.9.1
+tensorflow-estimator==2.9.0
+tensorflow-io-gcs-filesystem==0.26.0
 termcolor==1.1.0
-testcontainers==3.5.3
-tf-estimator-nightly==2.8.0.dev2021122109
+testcontainers==3.6.0
 threadpoolctl==3.1.0
 tqdm==4.64.0
 typing-utils==0.1.0
diff --git a/sdks/python/container/py38/base_image_requirements.txt b/sdks/python/container/py38/base_image_requirements.txt
index 2e0a2a585f5..b014d862707 100644
--- a/sdks/python/container/py38/base_image_requirements.txt
+++ b/sdks/python/container/py38/base_image_requirements.txt
@@ -21,91 +21,91 @@
 # https://s.apache.org/beam-python-dev-wiki
 # Reach out to a committer if you need help.
 
-absl-py==1.0.0
+absl-py==1.1.0
 astunparse==1.6.3
 atomicwrites==1.4.0
 attrs==21.4.0
 beautifulsoup4==4.11.1
 bs4==0.0.1
 cachetools==4.2.4
-certifi==2021.10.8
+certifi==2022.6.15
 cffi==1.15.0
 charset-normalizer==2.0.12
 click==8.1.3
 cloudpickle==2.1.0
 crcmod==1.7
 cryptography==37.0.2
-Cython==0.29.28
+Cython==0.29.30
 deprecation==2.1.0
-dill==0.3.5.1
+dill==0.3.1.1
 docker==5.0.3
 docopt==0.6.2
 execnet==1.9.0
-fastavro==1.4.11
+fastavro==1.5.1
 fasteners==0.17.3
-flatbuffers==2.0
+flatbuffers==1.12
 freezegun==1.2.1
 future==0.18.2
-gast==0.5.3
-google-api-core==1.31.5
-google-api-python-client==2.47.0
+gast==0.4.0
+google-api-core==1.31.6
+google-api-python-client==2.51.0
 google-apitools==0.5.31
 google-auth==1.35.0
 google-auth-httplib2==0.1.0
 google-auth-oauthlib==0.4.6
-google-cloud-bigquery==2.34.3
-google-cloud-bigquery-storage==2.13.1
-google-cloud-bigtable==1.7.1
+google-cloud-bigquery==2.34.4
+google-cloud-bigquery-storage==2.13.2
+google-cloud-bigtable==1.7.2
 google-cloud-core==1.7.2
-google-cloud-datastore==1.15.4
-google-cloud-dlp==3.6.2
-google-cloud-language==1.3.1
-google-cloud-profiler==3.0.8
-google-cloud-pubsub==2.12.0
+google-cloud-datastore==1.15.5
+google-cloud-dlp==3.7.1
+google-cloud-language==1.3.2
+google-cloud-profiler==3.1.0
+google-cloud-pubsub==2.13.0
 google-cloud-pubsublite==1.4.2
 google-cloud-recommendations-ai==0.2.0
-google-cloud-spanner==1.19.2
-google-cloud-videointelligence==1.16.2
-google-cloud-vision==1.0.1
+google-cloud-spanner==1.19.3
+google-cloud-videointelligence==1.16.3
+google-cloud-vision==1.0.2
 google-crc32c==1.3.0
 google-pasta==0.2.0
 google-python-cloud-debugger==2.18
-google-resumable-media==2.3.2
-googleapis-common-protos==1.56.0
+google-resumable-media==2.3.3
+googleapis-common-protos==1.56.2
 greenlet==1.1.2
 grpc-google-iam-v1==0.12.4
-grpcio==1.46.0
+grpcio==1.46.3
 grpcio-gcp==0.2.2
-grpcio-status==1.46.0
+grpcio-status==1.46.3
 guppy3==3.1.2
-h5py==3.6.0
+h5py==3.7.0
 hdfs==2.7.0
-httplib2==0.19.1
+httplib2==0.20.4
 idna==3.3
-importlib-metadata==4.11.3
+importlib-metadata==4.11.4
 joblib==1.1.0
-keras==2.8.0
+keras==2.9.0
 Keras-Preprocessing==1.1.2
 libclang==14.0.1
-Markdown==3.3.6
+Markdown==3.3.7
 mmh3==3.0.0
 mock==2.0.0
-more-itertools==8.12.0
+more-itertools==8.13.0
 nltk==3.7
 nose==1.3.7
-numpy==1.22.3
+numpy==1.22.4
 oauth2client==4.1.3
 oauthlib==3.2.0
 opt-einsum==3.3.0
-orjson==3.6.8
+orjson==3.7.2
 overrides==6.1.0
 packaging==21.3
 pandas==1.4.2
 parameterized==0.7.5
-pbr==5.8.1
+pbr==5.9.0
 pluggy==0.13.1
-proto-plus==1.20.3
-protobuf==3.20.1
+proto-plus==1.20.6
+protobuf==3.19.4
 psycopg2-binary==2.9.3
 py==1.11.0
 pyarrow==7.0.0
@@ -116,7 +116,7 @@ pydot==1.4.2
 PyHamcrest==1.10.1
 pymongo==3.12.3
 PyMySQL==1.0.2
-pyparsing==2.4.7
+pyparsing==3.0.9
 pytest==4.6.11
 pytest-forked==1.4.0
 pytest-timeout==1.4.2
@@ -125,25 +125,25 @@ python-dateutil==2.8.2
 python-snappy==0.6.1
 pytz==2022.1
 PyYAML==6.0
-regex==2022.4.24
-requests==2.27.1
+regex==2022.6.2
+requests==2.28.0
 requests-mock==1.9.3
 requests-oauthlib==1.3.1
 rsa==4.8
-scikit-learn==1.0.2
-scipy==1.8.0
+scikit-learn==1.1.1
+scipy==1.8.1
 six==1.16.0
 soupsieve==2.3.2.post1
-SQLAlchemy==1.4.36
+SQLAlchemy==1.4.37
 tenacity==5.1.5
-tensorboard==2.8.0
+tensorboard==2.9.1
 tensorboard-data-server==0.6.1
 tensorboard-plugin-wit==1.8.1
-tensorflow==2.8.0
-tensorflow-io-gcs-filesystem==0.25.0
+tensorflow==2.9.1
+tensorflow-estimator==2.9.0
+tensorflow-io-gcs-filesystem==0.26.0
 termcolor==1.1.0
-testcontainers==3.5.3
-tf-estimator-nightly==2.8.0.dev2021122109
+testcontainers==3.6.0
 threadpoolctl==3.1.0
 tqdm==4.64.0
 typing-utils==0.1.0
diff --git a/sdks/python/container/py39/base_image_requirements.txt b/sdks/python/container/py39/base_image_requirements.txt
index 11dd7e7e217..7b7fb5ee5a6 100644
--- a/sdks/python/container/py39/base_image_requirements.txt
+++ b/sdks/python/container/py39/base_image_requirements.txt
@@ -21,91 +21,91 @@
 # https://s.apache.org/beam-python-dev-wiki
 # Reach out to a committer if you need help.
 
-absl-py==1.0.0
+absl-py==1.1.0
 astunparse==1.6.3
 atomicwrites==1.4.0
 attrs==21.4.0
 beautifulsoup4==4.11.1
 bs4==0.0.1
 cachetools==4.2.4
-certifi==2021.10.8
+certifi==2022.6.15
 cffi==1.15.0
 charset-normalizer==2.0.12
 click==8.1.3
 cloudpickle==2.1.0
 crcmod==1.7
 cryptography==37.0.2
-Cython==0.29.28
+Cython==0.29.30
 deprecation==2.1.0
-dill==0.3.5.1
+dill==0.3.1.1
 docker==5.0.3
 docopt==0.6.2
 execnet==1.9.0
-fastavro==1.4.11
+fastavro==1.5.1
 fasteners==0.17.3
-flatbuffers==2.0
+flatbuffers==1.12
 freezegun==1.2.1
 future==0.18.2
-gast==0.5.3
-google-api-core==1.31.5
-google-api-python-client==2.47.0
+gast==0.4.0
+google-api-core==1.31.6
+google-api-python-client==2.51.0
 google-apitools==0.5.31
 google-auth==1.35.0
 google-auth-httplib2==0.1.0
 google-auth-oauthlib==0.4.6
-google-cloud-bigquery==2.34.3
-google-cloud-bigquery-storage==2.13.1
-google-cloud-bigtable==1.7.1
+google-cloud-bigquery==2.34.4
+google-cloud-bigquery-storage==2.13.2
+google-cloud-bigtable==1.7.2
 google-cloud-core==1.7.2
-google-cloud-datastore==1.15.4
-google-cloud-dlp==3.6.2
-google-cloud-language==1.3.1
-google-cloud-profiler==3.0.8
-google-cloud-pubsub==2.12.0
+google-cloud-datastore==1.15.5
+google-cloud-dlp==3.7.1
+google-cloud-language==1.3.2
+google-cloud-profiler==3.1.0
+google-cloud-pubsub==2.13.0
 google-cloud-pubsublite==1.4.2
 google-cloud-recommendations-ai==0.2.0
-google-cloud-spanner==1.19.2
-google-cloud-videointelligence==1.16.2
-google-cloud-vision==1.0.1
+google-cloud-spanner==1.19.3
+google-cloud-videointelligence==1.16.3
+google-cloud-vision==1.0.2
 google-crc32c==1.3.0
 google-pasta==0.2.0
 google-python-cloud-debugger==2.18
-google-resumable-media==2.3.2
-googleapis-common-protos==1.56.0
+google-resumable-media==2.3.3
+googleapis-common-protos==1.56.2
 greenlet==1.1.2
 grpc-google-iam-v1==0.12.4
-grpcio==1.46.0
+grpcio==1.46.3
 grpcio-gcp==0.2.2
-grpcio-status==1.46.0
+grpcio-status==1.46.3
 guppy3==3.1.2
-h5py==3.6.0
+h5py==3.7.0
 hdfs==2.7.0
-httplib2==0.19.1
+httplib2==0.20.4
 idna==3.3
-importlib-metadata==4.11.3
+importlib-metadata==4.11.4
 joblib==1.1.0
-keras==2.8.0
+keras==2.9.0
 Keras-Preprocessing==1.1.2
 libclang==14.0.1
-Markdown==3.3.6
+Markdown==3.3.7
 mmh3==3.0.0
 mock==2.0.0
-more-itertools==8.12.0
+more-itertools==8.13.0
 nltk==3.7
 nose==1.3.7
-numpy==1.22.3
+numpy==1.22.4
 oauth2client==4.1.3
 oauthlib==3.2.0
 opt-einsum==3.3.0
-orjson==3.6.8
+orjson==3.7.2
 overrides==6.1.0
 packaging==21.3
 pandas==1.4.2
 parameterized==0.7.5
-pbr==5.8.1
+pbr==5.9.0
 pluggy==0.13.1
-proto-plus==1.20.3
-protobuf==3.20.1
+proto-plus==1.20.6
+protobuf==3.19.4
 psycopg2-binary==2.9.3
 py==1.11.0
 pyarrow==7.0.0
@@ -116,7 +116,7 @@ pydot==1.4.2
 PyHamcrest==1.10.1
 pymongo==3.12.3
 PyMySQL==1.0.2
-pyparsing==2.4.7
+pyparsing==3.0.9
 pytest==4.6.11
 pytest-forked==1.4.0
 pytest-timeout==1.4.2
@@ -125,25 +125,25 @@ python-dateutil==2.8.2
 python-snappy==0.6.1
 pytz==2022.1
 PyYAML==6.0
-regex==2022.4.24
-requests==2.27.1
+regex==2022.6.2
+requests==2.28.0
 requests-mock==1.9.3
 requests-oauthlib==1.3.1
 rsa==4.8
-scikit-learn==1.0.2
-scipy==1.8.0
+scikit-learn==1.1.1
+scipy==1.8.1
 six==1.16.0
 soupsieve==2.3.2.post1
-SQLAlchemy==1.4.36
+SQLAlchemy==1.4.37
 tenacity==5.1.5
-tensorboard==2.8.0
+tensorboard==2.9.1
 tensorboard-data-server==0.6.1
 tensorboard-plugin-wit==1.8.1
-tensorflow==2.8.0
-tensorflow-io-gcs-filesystem==0.25.0
+tensorflow==2.9.1
+tensorflow-estimator==2.9.0
+tensorflow-io-gcs-filesystem==0.26.0
 termcolor==1.1.0
-testcontainers==3.5.3
-tf-estimator-nightly==2.8.0.dev2021122109
+testcontainers==3.6.0
 threadpoolctl==3.1.0
 tqdm==4.64.0
 typing-utils==0.1.0