Skip to content

Commit f8972e0

Browse files
committed
Specify cryptography version.
1 parent 3a96775 commit f8972e0

File tree

6 files changed

+126
-93
lines changed

6 files changed

+126
-93
lines changed

sdks/python/container/py310/base_image_requirements.txt

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,20 @@
2222
# Reach out to a committer if you need help.
2323

2424
annotated-types==0.7.0
25+
anyio==4.9.0
2526
async-timeout==5.0.1
2627
attrs==25.3.0
2728
backports.tarfile==1.2.0
2829
beautifulsoup4==4.13.4
2930
bs4==0.0.2
3031
build==1.2.2.post1
3132
cachetools==5.5.2
32-
certifi==2025.1.31
33+
certifi==2025.4.26
3334
cffi==1.17.1
34-
charset-normalizer==3.4.1
35+
charset-normalizer==3.4.2
3536
click==8.1.8
3637
crcmod==1.7
37-
cryptography==44.0.2
38+
cryptography==44.0.3
3839
Cython==3.0.12
3940
Deprecated==1.2.18
4041
deprecation==2.1.0
@@ -50,13 +51,13 @@ fasteners==0.19
5051
freezegun==1.5.1
5152
future==1.0.0
5253
google-api-core==2.24.2
53-
google-api-python-client==2.167.0
54+
google-api-python-client==2.169.0
5455
google-apitools==0.5.31
55-
google-auth==2.39.0
56+
google-auth==2.40.1
5657
google-auth-httplib2==0.2.0
57-
google-cloud-aiplatform==1.89.0
58+
google-cloud-aiplatform==1.92.0
5859
google-cloud-bigquery==3.31.0
59-
google-cloud-bigquery-storage==2.30.0
60+
google-cloud-bigquery-storage==2.31.0
6061
google-cloud-bigtable==2.30.1
6162
google-cloud-core==2.4.3
6263
google-cloud-datastore==2.21.0
@@ -67,22 +68,26 @@ google-cloud-pubsub==2.29.0
6768
google-cloud-pubsublite==1.12.0
6869
google-cloud-recommendations-ai==0.10.17
6970
google-cloud-resource-manager==1.14.2
70-
google-cloud-spanner==3.53.0
71+
google-cloud-spanner==3.54.0
7172
google-cloud-storage==2.19.0
7273
google-cloud-videointelligence==2.16.1
7374
google-cloud-vision==3.10.1
7475
google-crc32c==1.7.1
76+
google-genai==1.14.0
7577
google-resumable-media==2.7.2
7678
googleapis-common-protos==1.70.0
77-
greenlet==3.2.0
79+
greenlet==3.2.1
7880
grpc-google-iam-v1==0.14.2
7981
grpc-interceptor==0.15.4
8082
grpcio==1.65.5
8183
grpcio-status==1.65.5
8284
guppy3==3.1.5
85+
h11==0.16.0
8386
hdfs==2.7.3
87+
httpcore==1.0.9
8488
httplib2==0.22.0
85-
hypothesis==6.131.2
89+
httpx==0.28.1
90+
hypothesis==6.131.15
8691
idna==3.10
8792
importlib_metadata==8.6.1
8893
iniconfig==2.1.0
@@ -91,52 +96,53 @@ jaraco.context==6.0.1
9196
jaraco.functools==4.1.0
9297
jeepney==0.9.0
9398
Jinja2==3.1.6
94-
joblib==1.4.2
99+
joblib==1.5.0
95100
jsonpickle==3.4.2
96101
jsonschema==4.23.0
97-
jsonschema-specifications==2024.10.1
102+
jsonschema-specifications==2025.4.1
98103
keyring==25.6.0
99104
keyrings.google-artifactregistry-auth==1.1.2
100105
MarkupSafe==3.0.2
101106
mmh3==5.1.0
102107
mock==5.2.0
103-
more-itertools==10.6.0
108+
more-itertools==10.7.0
104109
nltk==3.9.1
105-
numpy==2.2.4
110+
numpy==2.2.5
106111
oauth2client==4.1.3
107112
objsize==0.7.1
108113
opentelemetry-api==1.32.1
109114
opentelemetry-sdk==1.32.1
110115
opentelemetry-semantic-conventions==0.53b1
111-
orjson==3.10.16
116+
orjson==3.10.18
112117
overrides==7.7.0
113-
packaging==24.2
118+
packaging==25.0
114119
pandas==2.2.3
115120
parameterized==0.9.0
116121
pluggy==1.5.0
117122
proto-plus==1.26.1
118123
protobuf==5.29.4
119124
psycopg2-binary==2.9.9
120125
pyarrow==16.1.0
121-
pyarrow-hotfix==0.6
126+
pyarrow-hotfix==0.7
122127
pyasn1==0.6.1
123128
pyasn1_modules==0.4.2
124129
pycparser==2.22
125-
pydantic==2.11.3
126-
pydantic_core==2.33.1
130+
pydantic==2.11.4
131+
pydantic_core==2.33.2
127132
pydot==1.4.2
128133
PyHamcrest==2.1.0
129-
pymongo==4.12.0
134+
PyJWT==2.9.0
135+
pymongo==4.12.1
130136
PyMySQL==1.1.1
131137
pyparsing==3.2.3
132138
pyproject_hooks==1.2.0
133139
pytest==7.4.4
134-
pytest-timeout==2.3.1
140+
pytest-timeout==2.4.0
135141
pytest-xdist==3.6.1
136142
python-dateutil==2.9.0.post0
137143
pytz==2025.2
138144
PyYAML==6.0.2
139-
redis==5.2.1
145+
redis==5.3.0
140146
referencing==0.36.2
141147
regex==2024.11.6
142148
requests==2.32.3
@@ -148,8 +154,9 @@ scipy==1.15.2
148154
SecretStorage==3.3.3
149155
shapely==2.1.0
150156
six==1.17.0
157+
sniffio==1.3.1
151158
sortedcontainers==2.4.0
152-
soupsieve==2.6
159+
soupsieve==2.7
153160
SQLAlchemy==2.0.40
154161
sqlparse==0.5.3
155162
tenacity==8.5.0
@@ -163,6 +170,7 @@ tzdata==2025.2
163170
uritemplate==4.1.1
164171
urllib3==2.4.0
165172
virtualenv-clone==0.5.7
173+
websockets==15.0.1
166174
wrapt==1.17.2
167175
zipp==3.21.0
168176
zstandard==0.23.0

sdks/python/container/py311/base_image_requirements.txt

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,19 @@
2222
# Reach out to a committer if you need help.
2323

2424
annotated-types==0.7.0
25+
anyio==4.9.0
2526
attrs==25.3.0
2627
backports.tarfile==1.2.0
2728
beautifulsoup4==4.13.4
2829
bs4==0.0.2
2930
build==1.2.2.post1
3031
cachetools==5.5.2
31-
certifi==2025.1.31
32+
certifi==2025.4.26
3233
cffi==1.17.1
33-
charset-normalizer==3.4.1
34+
charset-normalizer==3.4.2
3435
click==8.1.8
3536
crcmod==1.7
36-
cryptography==44.0.2
37+
cryptography==44.0.3
3738
Cython==3.0.12
3839
Deprecated==1.2.18
3940
deprecation==2.1.0
@@ -48,13 +49,13 @@ fasteners==0.19
4849
freezegun==1.5.1
4950
future==1.0.0
5051
google-api-core==2.24.2
51-
google-api-python-client==2.167.0
52+
google-api-python-client==2.169.0
5253
google-apitools==0.5.31
53-
google-auth==2.39.0
54+
google-auth==2.40.1
5455
google-auth-httplib2==0.2.0
55-
google-cloud-aiplatform==1.89.0
56+
google-cloud-aiplatform==1.92.0
5657
google-cloud-bigquery==3.31.0
57-
google-cloud-bigquery-storage==2.30.0
58+
google-cloud-bigquery-storage==2.31.0
5859
google-cloud-bigtable==2.30.1
5960
google-cloud-core==2.4.3
6061
google-cloud-datastore==2.21.0
@@ -65,22 +66,26 @@ google-cloud-pubsub==2.29.0
6566
google-cloud-pubsublite==1.12.0
6667
google-cloud-recommendations-ai==0.10.17
6768
google-cloud-resource-manager==1.14.2
68-
google-cloud-spanner==3.53.0
69+
google-cloud-spanner==3.54.0
6970
google-cloud-storage==2.19.0
7071
google-cloud-videointelligence==2.16.1
7172
google-cloud-vision==3.10.1
7273
google-crc32c==1.7.1
74+
google-genai==1.14.0
7375
google-resumable-media==2.7.2
7476
googleapis-common-protos==1.70.0
75-
greenlet==3.2.0
77+
greenlet==3.2.1
7678
grpc-google-iam-v1==0.14.2
7779
grpc-interceptor==0.15.4
7880
grpcio==1.65.5
7981
grpcio-status==1.65.5
8082
guppy3==3.1.5
83+
h11==0.16.0
8184
hdfs==2.7.3
85+
httpcore==1.0.9
8286
httplib2==0.22.0
83-
hypothesis==6.131.2
87+
httpx==0.28.1
88+
hypothesis==6.131.15
8489
idna==3.10
8590
importlib_metadata==8.6.1
8691
iniconfig==2.1.0
@@ -89,52 +94,53 @@ jaraco.context==6.0.1
8994
jaraco.functools==4.1.0
9095
jeepney==0.9.0
9196
Jinja2==3.1.6
92-
joblib==1.4.2
97+
joblib==1.5.0
9398
jsonpickle==3.4.2
9499
jsonschema==4.23.0
95-
jsonschema-specifications==2024.10.1
100+
jsonschema-specifications==2025.4.1
96101
keyring==25.6.0
97102
keyrings.google-artifactregistry-auth==1.1.2
98103
MarkupSafe==3.0.2
99104
mmh3==5.1.0
100105
mock==5.2.0
101-
more-itertools==10.6.0
106+
more-itertools==10.7.0
102107
nltk==3.9.1
103-
numpy==2.2.4
108+
numpy==2.2.5
104109
oauth2client==4.1.3
105110
objsize==0.7.1
106111
opentelemetry-api==1.32.1
107112
opentelemetry-sdk==1.32.1
108113
opentelemetry-semantic-conventions==0.53b1
109-
orjson==3.10.16
114+
orjson==3.10.18
110115
overrides==7.7.0
111-
packaging==24.2
116+
packaging==25.0
112117
pandas==2.2.3
113118
parameterized==0.9.0
114119
pluggy==1.5.0
115120
proto-plus==1.26.1
116121
protobuf==5.29.4
117122
psycopg2-binary==2.9.9
118123
pyarrow==16.1.0
119-
pyarrow-hotfix==0.6
124+
pyarrow-hotfix==0.7
120125
pyasn1==0.6.1
121126
pyasn1_modules==0.4.2
122127
pycparser==2.22
123-
pydantic==2.11.3
124-
pydantic_core==2.33.1
128+
pydantic==2.11.4
129+
pydantic_core==2.33.2
125130
pydot==1.4.2
126131
PyHamcrest==2.1.0
127-
pymongo==4.12.0
132+
PyJWT==2.9.0
133+
pymongo==4.12.1
128134
PyMySQL==1.1.1
129135
pyparsing==3.2.3
130136
pyproject_hooks==1.2.0
131137
pytest==7.4.4
132-
pytest-timeout==2.3.1
138+
pytest-timeout==2.4.0
133139
pytest-xdist==3.6.1
134140
python-dateutil==2.9.0.post0
135141
pytz==2025.2
136142
PyYAML==6.0.2
137-
redis==5.2.1
143+
redis==5.3.0
138144
referencing==0.36.2
139145
regex==2024.11.6
140146
requests==2.32.3
@@ -146,8 +152,9 @@ scipy==1.15.2
146152
SecretStorage==3.3.3
147153
shapely==2.1.0
148154
six==1.17.0
155+
sniffio==1.3.1
149156
sortedcontainers==2.4.0
150-
soupsieve==2.6
157+
soupsieve==2.7
151158
SQLAlchemy==2.0.40
152159
sqlparse==0.5.3
153160
tenacity==8.5.0
@@ -160,6 +167,7 @@ tzdata==2025.2
160167
uritemplate==4.1.1
161168
urllib3==2.4.0
162169
virtualenv-clone==0.5.7
170+
websockets==15.0.1
163171
wrapt==1.17.2
164172
zipp==3.21.0
165173
zstandard==0.23.0

0 commit comments

Comments
 (0)