From c3d33bc7c736355277a84f7f09bdc77111056832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 23:20:42 +0000 Subject: [PATCH] Bump keras from 3.9.0 to 3.13.2 Bumps [keras](https://github.com/keras-team/keras) from 3.9.0 to 3.13.2. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v3.9.0...v3.13.2) --- updated-dependencies: - dependency-name: keras dependency-version: 3.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ea0dc3..7401542 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ numpy matplotlib pandas tensorflow-gpu==2.12.0 -Keras==3.9.0 +Keras==3.13.2 sklearn json pickle