Skip to content

Commit 7fa5387

Browse files
author
Yichi Zhang
authored
Regenerate python container base_image_requirements.txt (#16832)
1 parent abc089a commit 7fa5387

4 files changed

Lines changed: 43 additions & 27 deletions

File tree

sdks/python/container/py36/base_image_requirements.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ bs4==0.0.1
3030
cached-property==1.5.2
3131
cachetools==4.2.4
3232
certifi==2021.10.8
33+
cffi==1.15.0
3334
charset-normalizer==2.0.11
3435
clang==5.0
3536
click==8.0.3
3637
cloudpickle==2.0.0
3738
crcmod==1.7
39+
cryptography==36.0.1
3840
Cython==0.29.27
3941
dataclasses==0.8
4042
deprecation==2.1.0
@@ -49,7 +51,7 @@ freezegun==1.1.0
4951
future==0.18.2
5052
gast==0.4.0
5153
google-api-core==1.31.5
52-
google-api-python-client==2.36.0
54+
google-api-python-client==2.37.0
5355
google-apitools==0.5.31
5456
google-auth==1.35.0
5557
google-auth-httplib2==0.1.0
@@ -71,7 +73,7 @@ google-cloud-vision==1.0.0
7173
google-crc32c==1.3.0
7274
google-pasta==0.2.0
7375
google-python-cloud-debugger==2.18
74-
google-resumable-media==2.1.0
76+
google-resumable-media==2.2.1
7577
googleapis-common-protos==1.54.0
7678
greenlet==1.1.2
7779
grpc-google-iam-v1==0.12.3
@@ -104,18 +106,20 @@ overrides==6.1.0
104106
packaging==21.3
105107
pandas==1.1.5
106108
parameterized==0.7.5
107-
pbr==5.8.0
109+
pbr==5.8.1
108110
pluggy==0.13.1
109-
proto-plus==1.19.9
111+
proto-plus==1.20.0
110112
protobuf==3.19.4
111113
psycopg2-binary==2.9.3
112114
py==1.11.0
113115
pyarrow==6.0.1
114116
pyasn1==0.4.8
115117
pyasn1-modules==0.2.8
118+
pycparser==2.21
116119
pydot==1.4.2
117120
PyHamcrest==1.10.1
118121
pymongo==3.12.3
122+
PyMySQL==1.0.2
119123
pyparsing==2.4.7
120124
pytest==4.6.11
121125
pytest-forked==1.4.0
@@ -152,6 +156,6 @@ uritemplate==4.1.1
152156
urllib3==1.26.8
153157
wcwidth==0.2.5
154158
websocket-client==1.2.3
155-
Werkzeug==2.0.2
159+
Werkzeug==2.0.3
156160
wrapt==1.12.1
157161
zipp==3.6.0

sdks/python/container/py37/base_image_requirements.txt

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ bs4==0.0.1
3030
cached-property==1.5.2
3131
cachetools==4.2.4
3232
certifi==2021.10.8
33+
cffi==1.15.0
3334
charset-normalizer==2.0.11
3435
click==8.0.3
3536
cloudpickle==2.0.0
3637
crcmod==1.7
38+
cryptography==36.0.1
3739
Cython==0.29.27
3840
deprecation==2.1.0
3941
dill==0.3.1.1
@@ -47,7 +49,7 @@ freezegun==1.1.0
4749
future==0.18.2
4850
gast==0.5.3
4951
google-api-core==1.31.5
50-
google-api-python-client==2.36.0
52+
google-api-python-client==2.37.0
5153
google-apitools==0.5.31
5254
google-auth==1.35.0
5355
google-auth-httplib2==0.1.0
@@ -69,7 +71,7 @@ google-cloud-vision==1.0.0
6971
google-crc32c==1.3.0
7072
google-pasta==0.2.0
7173
google-python-cloud-debugger==2.18
72-
google-resumable-media==2.1.0
74+
google-resumable-media==2.2.1
7375
googleapis-common-protos==1.54.0
7476
greenlet==1.1.2
7577
grpc-google-iam-v1==0.12.3
@@ -81,7 +83,7 @@ h5py==3.6.0
8183
hdfs==2.6.0
8284
httplib2==0.19.1
8385
idna==3.3
84-
importlib-metadata==4.10.1
86+
importlib-metadata==4.11.0
8587
joblib==1.1.0
8688
keras==2.8.0
8789
Keras-Preprocessing==1.1.2
@@ -92,7 +94,7 @@ mmh3==3.0.0
9294
mock==2.0.0
9395
more-itertools==8.12.0
9496
mypy-extensions==0.4.3
95-
nltk==3.6.7
97+
nltk==3.7
9698
nose==1.3.7
9799
numpy==1.21.5
98100
oauth2client==4.1.3
@@ -103,18 +105,20 @@ overrides==6.1.0
103105
packaging==21.3
104106
pandas==1.3.5
105107
parameterized==0.7.5
106-
pbr==5.8.0
108+
pbr==5.8.1
107109
pluggy==0.13.1
108-
proto-plus==1.19.9
110+
proto-plus==1.20.0
109111
protobuf==3.19.4
110112
psycopg2-binary==2.9.3
111113
py==1.11.0
112114
pyarrow==6.0.1
113115
pyasn1==0.4.8
114116
pyasn1-modules==0.2.8
117+
pycparser==2.21
115118
pydot==1.4.2
116119
PyHamcrest==1.10.1
117120
pymongo==3.12.3
121+
PyMySQL==1.0.2
118122
pyparsing==2.4.7
119123
pytest==4.6.11
120124
pytest-forked==1.4.0
@@ -139,7 +143,7 @@ tensorboard==2.8.0
139143
tensorboard-data-server==0.6.1
140144
tensorboard-plugin-wit==1.8.1
141145
tensorflow==2.8.0
142-
tensorflow-io-gcs-filesystem==0.23.1
146+
tensorflow-io-gcs-filesystem==0.24.0
143147
termcolor==1.1.0
144148
testcontainers==3.4.2
145149
tf-estimator-nightly==2.8.0.dev2021122109
@@ -152,6 +156,6 @@ uritemplate==4.1.1
152156
urllib3==1.26.8
153157
wcwidth==0.2.5
154158
websocket-client==1.2.3
155-
Werkzeug==2.0.2
159+
Werkzeug==2.0.3
156160
wrapt==1.13.3
157161
zipp==3.7.0

sdks/python/container/py38/base_image_requirements.txt

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ beautifulsoup4==4.10.0
2929
bs4==0.0.1
3030
cachetools==4.2.4
3131
certifi==2021.10.8
32+
cffi==1.15.0
3233
charset-normalizer==2.0.11
3334
click==8.0.3
3435
cloudpickle==2.0.0
3536
crcmod==1.7
37+
cryptography==36.0.1
3638
Cython==0.29.27
3739
deprecation==2.1.0
3840
dill==0.3.1.1
@@ -46,7 +48,7 @@ freezegun==1.1.0
4648
future==0.18.2
4749
gast==0.5.3
4850
google-api-core==1.31.5
49-
google-api-python-client==2.36.0
51+
google-api-python-client==2.37.0
5052
google-apitools==0.5.31
5153
google-auth==1.35.0
5254
google-auth-httplib2==0.1.0
@@ -68,7 +70,7 @@ google-cloud-vision==1.0.0
6870
google-crc32c==1.3.0
6971
google-pasta==0.2.0
7072
google-python-cloud-debugger==2.18
71-
google-resumable-media==2.1.0
73+
google-resumable-media==2.2.1
7274
googleapis-common-protos==1.54.0
7375
greenlet==1.1.2
7476
grpc-google-iam-v1==0.12.3
@@ -80,7 +82,7 @@ h5py==3.6.0
8082
hdfs==2.6.0
8183
httplib2==0.19.1
8284
idna==3.3
83-
importlib-metadata==4.10.1
85+
importlib-metadata==4.11.0
8486
joblib==1.1.0
8587
keras==2.8.0
8688
Keras-Preprocessing==1.1.2
@@ -91,7 +93,7 @@ mmh3==3.0.0
9193
mock==2.0.0
9294
more-itertools==8.12.0
9395
mypy-extensions==0.4.3
94-
nltk==3.6.7
96+
nltk==3.7
9597
nose==1.3.7
9698
numpy==1.21.5
9799
oauth2client==4.1.3
@@ -100,20 +102,22 @@ opt-einsum==3.3.0
100102
orjson==3.6.6
101103
overrides==6.1.0
102104
packaging==21.3
103-
pandas==1.3.5
105+
pandas==1.4.0
104106
parameterized==0.7.5
105-
pbr==5.8.0
107+
pbr==5.8.1
106108
pluggy==0.13.1
107-
proto-plus==1.19.9
109+
proto-plus==1.20.0
108110
protobuf==3.19.4
109111
psycopg2-binary==2.9.3
110112
py==1.11.0
111113
pyarrow==6.0.1
112114
pyasn1==0.4.8
113115
pyasn1-modules==0.2.8
116+
pycparser==2.21
114117
pydot==1.4.2
115118
PyHamcrest==1.10.1
116119
pymongo==3.12.3
120+
PyMySQL==1.0.2
117121
pyparsing==2.4.7
118122
pytest==4.6.11
119123
pytest-forked==1.4.0
@@ -129,7 +133,7 @@ requests-mock==1.9.3
129133
requests-oauthlib==1.3.1
130134
rsa==4.8
131135
scikit-learn==1.0.2
132-
scipy==1.7.3
136+
scipy==1.8.0
133137
six==1.16.0
134138
soupsieve==2.3.1
135139
SQLAlchemy==1.4.31
@@ -138,7 +142,7 @@ tensorboard==2.8.0
138142
tensorboard-data-server==0.6.1
139143
tensorboard-plugin-wit==1.8.1
140144
tensorflow==2.8.0
141-
tensorflow-io-gcs-filesystem==0.23.1
145+
tensorflow-io-gcs-filesystem==0.24.0
142146
termcolor==1.1.0
143147
testcontainers==3.4.2
144148
tf-estimator-nightly==2.8.0.dev2021122109
@@ -151,6 +155,6 @@ uritemplate==4.1.1
151155
urllib3==1.26.8
152156
wcwidth==0.2.5
153157
websocket-client==1.2.3
154-
Werkzeug==2.0.2
158+
Werkzeug==2.0.3
155159
wrapt==1.13.3
156160
zipp==3.7.0

sdks/python/container/py39/base_image_requirements.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ beautifulsoup4==4.10.0
2929
bs4==0.0.1
3030
cachetools==4.2.4
3131
certifi==2021.10.8
32+
cffi==1.15.0
3233
charset-normalizer==2.0.11
3334
click==8.0.3
3435
cloudpickle==2.0.0
3536
crcmod==1.7
37+
cryptography==36.0.1
3638
Cython==0.29.27
3739
deprecation==2.1.0
3840
dill==0.3.1.1
@@ -46,7 +48,7 @@ freezegun==1.1.0
4648
future==0.18.2
4749
gast==0.5.3
4850
google-api-core==1.31.5
49-
google-api-python-client==2.36.0
51+
google-api-python-client==2.37.0
5052
google-apitools==0.5.31
5153
google-auth==1.35.0
5254
google-auth-httplib2==0.1.0
@@ -68,7 +70,7 @@ google-cloud-vision==1.0.0
6870
google-crc32c==1.3.0
6971
google-pasta==0.2.0
7072
google-python-cloud-debugger==2.18
71-
google-resumable-media==2.2.0
73+
google-resumable-media==2.2.1
7274
googleapis-common-protos==1.54.0
7375
greenlet==1.1.2
7476
grpc-google-iam-v1==0.12.3
@@ -80,7 +82,7 @@ h5py==3.6.0
8082
hdfs==2.6.0
8183
httplib2==0.19.1
8284
idna==3.3
83-
importlib-metadata==4.10.1
85+
importlib-metadata==4.11.0
8486
joblib==1.1.0
8587
keras==2.8.0
8688
Keras-Preprocessing==1.1.2
@@ -91,7 +93,7 @@ mmh3==3.0.0
9193
mock==2.0.0
9294
more-itertools==8.12.0
9395
mypy-extensions==0.4.3
94-
nltk==3.6.7
96+
nltk==3.7
9597
nose==1.3.7
9698
numpy==1.21.5
9799
oauth2client==4.1.3
@@ -111,9 +113,11 @@ py==1.11.0
111113
pyarrow==6.0.1
112114
pyasn1==0.4.8
113115
pyasn1-modules==0.2.8
116+
pycparser==2.21
114117
pydot==1.4.2
115118
PyHamcrest==1.10.1
116119
pymongo==3.12.3
120+
PyMySQL==1.0.2
117121
pyparsing==2.4.7
118122
pytest==4.6.11
119123
pytest-forked==1.4.0

0 commit comments

Comments
 (0)