From f265aa83418a0060808dc75d469f2b5348f58701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 22:39:21 +0000 Subject: [PATCH] Bump keras from 3.5.0 to 3.13.2 in /code/WebApp Bumps [keras](https://github.com/keras-team/keras) from 3.5.0 to 3.13.2. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v3.5.0...v3.13.2) --- updated-dependencies: - dependency-name: keras dependency-version: 3.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/WebApp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/WebApp/requirements.txt b/code/WebApp/requirements.txt index 8be1067..9401ecf 100644 --- a/code/WebApp/requirements.txt +++ b/code/WebApp/requirements.txt @@ -1,4 +1,4 @@ -keras==3.5.0 +keras==3.13.2 streamlit requests pandas