From f38c1119e6112797a7e9da5cd1711e2c6a4b9b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:28:23 +0000 Subject: [PATCH] Bump keras from 2.2.4 to 3.13.2 in /examples Bumps [keras](https://github.com/keras-team/keras) from 2.2.4 to 3.13.2. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/2.2.4...v3.13.2) --- updated-dependencies: - dependency-name: keras dependency-version: 3.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index d47a0a9a4e..e959c02358 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,5 +1,5 @@ aim>=3.0.0 -Keras==2.2.4 +Keras==3.13.2 Keras-Applications==1.0.8 Keras-Preprocessing==1.1.0 numpy==1.21.0