From 284842141a3b4c314393cb4f5d2d10523257c9b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 15:01:10 +0000 Subject: [PATCH] Bump keras from 2.2.4 to 3.15.0 in /examples Bumps [keras](https://github.com/keras-team/keras) from 2.2.4 to 3.15.0. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/2.2.4...v3.15.0) --- updated-dependencies: - dependency-name: keras dependency-version: 3.15.0 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..61098599b0 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,5 +1,5 @@ aim>=3.0.0 -Keras==2.2.4 +Keras==3.15.0 Keras-Applications==1.0.8 Keras-Preprocessing==1.1.0 numpy==1.21.0