Skip to content

Commit dd786d0

Browse files
committed
Update testing to Keras 3.11.2 because of Dependabot alert no. 82 / CVE-2025-8747
Signed-off-by: Beat Buesser <[email protected]>
1 parent cbc158b commit dd786d0

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/ci-huggingface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python -m pip install --upgrade pip setuptools wheel
5454
pip install -q -r <(sed '/^tensorflow/d;/^keras/d;/^torch/d;/^torchvision/d;/^torchaudio/d;/^transformers/d;/^safetensors/d' requirements_test.txt)
5555
pip install tensorflow==2.18.1
56-
pip install keras==3.10.0
56+
pip install keras==3.11.2
5757
pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cpu
5858
pip install torchvision==${{ matrix.torchvision }} --index-url https://download.pytorch.org/whl/cpu
5959
pip install torchaudio==${{ matrix.torchaudio }} --index-url https://download.pytorch.org/whl/cpu

.github/workflows/ci-keras.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- name: TensorFlow-Keras 2.18.1 (Keras 3.10.0 Python 3.10)
31+
- name: TensorFlow-Keras 2.18.1 (Keras 3.11.2 Python 3.10)
3232
framework: kerastf
3333
python: '3.10'
3434
tensorflow: 2.18.1
35-
keras: 3.10.0
35+
keras: 3.11.2
3636

3737
name: ${{ matrix.name }}
3838
steps:

.github/workflows/ci-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
framework: legacy
3434
python: '3.10'
3535
tensorflow: 2.18.1
36-
keras: 3.10.0
36+
keras: 3.11.2
3737
torch: 2.8.0
3838
torchvision: 0.23.0
3939
torchaudio: 2.8.0

.github/workflows/ci-style-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python -m pip install --upgrade pip setuptools wheel
4545
pip install -q -r <(sed '/^tensorflow/d;/^keras/d' requirements_test.txt)
4646
pip install tensorflow==2.18.1
47-
pip install keras==3.10.0
47+
pip install keras==3.11.2
4848
pip list
4949
5050
- name: pycodestyle

.github/workflows/ci-tensorflow-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- name: TensorFlow 2.18.1 (Keras 3.10.0 Python 3.10)
31+
- name: TensorFlow 2.18.1 (Keras 3.11.2 Python 3.10)
3232
framework: tensorflow
3333
python: '3.10'
3434
tensorflow: 2.18.1
3535
tf_version: v2
36-
keras: 3.10.0
36+
keras: 3.11.2
3737

3838
name: ${{ matrix.name }}
3939
steps:

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ umap-learn==0.5.7
2626
# frameworks
2727

2828
tensorflow==2.18.1
29-
keras==3.10.0
29+
keras==3.11.2
3030

3131
# PyTorch
3232
torch==2.8.0

0 commit comments

Comments
 (0)