Skip to content

Commit 3748547

Browse files
authored
[RHOAIENG-27349] - CVE-2025-1550: keras Deserialization of Untrusted Data (#109)
Signed-off-by: Filippe <[email protected]>
1 parent c830821 commit 3748547

File tree

1 file changed

+32
-38
lines changed

1 file changed

+32
-38
lines changed

requirements.txt

Lines changed: 32 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,40 @@
1-
absl-py==2.1.0
1+
absl-py==2.3.0
22
astunparse==1.6.3
3-
cachetools==5.5.0
4-
certifi==2024.8.30
5-
charset-normalizer==3.3.2
6-
flatbuffers==24.3.25
7-
gast==0.4.0
8-
google-auth==2.34.0
9-
google-auth-oauthlib==1.0.0
3+
certifi==2025.4.26
4+
charset-normalizer==3.4.2
5+
flatbuffers==25.2.10
6+
gast==0.6.0
107
google-pasta==0.2.0
11-
grpcio==1.66.1
12-
# pin to 3.10.0 to avoid error: libhdf5.so: cannot open shared object file: No such file or directory \
8+
grpcio==1.73.0
9+
# pin to 3.12.0 to avoid error: libhdf5.so: cannot open shared object file: No such file or directory \
1310
# if not version is set, it will install the 3.11.0 version which, seems that does not have the h5py dependencies \
1411
# for arm yet.
15-
h5py==3.10.0
16-
idna==3.8
17-
importlib-metadata==8.4.0
18-
keras==2.13.1
12+
h5py==3.12.0
13+
idna==3.10
14+
keras==3.10.0
1915
libclang==18.1.1
20-
Markdown==3.7
21-
MarkupSafe==2.1.5
22-
numpy==1.24.3
23-
oauthlib==3.2.2
24-
opt-einsum==3.3.0
25-
packaging==24.1
26-
protobuf==4.25.4
27-
pyasn1==0.6.0
28-
pyasn1-modules==0.4.0
29-
requests==2.32.3
30-
requests-oauthlib==2.0.0
31-
rsa==4.9
32-
six==1.16.0
33-
tensorboard==2.13.0
16+
Markdown==3.8
17+
markdown-it-py==3.0.0
18+
MarkupSafe==3.0.2
19+
mdurl==0.1.2
20+
ml_dtypes==0.5.1
21+
namex==0.1.0
22+
numpy==2.1.3
23+
opt_einsum==3.4.0
24+
optree==0.16.0
25+
packaging==25.0
26+
protobuf==5.29.5
27+
Pygments==2.19.1
28+
requests==2.32.4
29+
rich==14.0.0
30+
six==1.17.0
31+
tensorboard==2.19.0
3432
tensorboard-data-server==0.7.2
35-
tensorflow==2.13.1
36-
tensorflow-estimator==2.13.0
33+
tensorflow==2.19.0
3734
# Note, for `tensorflow-io-gcs-filesystem` it must be pinned to 0.34.0 manually after generating the `requirements.txt` file.
3835
tensorflow-io-gcs-filesystem==0.34.0
39-
termcolor==2.4.0
40-
typing-extensions==4.5.0
41-
urllib3==2.2.2
42-
werkzeug==3.0.6
43-
wheel==0.44.0
44-
wrapt==1.16.0
45-
zipp==3.20.1
46-
36+
termcolor==3.1.0
37+
typing_extensions==4.14.0
38+
urllib3==2.4.0
39+
Werkzeug==3.1.3
40+
wrapt==1.17.2

0 commit comments

Comments
 (0)