From 2d9578bc22c7cc3ab8b650141bf8454dffe4e37a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 23:02:41 +0000 Subject: [PATCH] Bump keras from 3.9.0 to 3.13.2 in /ModelTester 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] --- ModelTester/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModelTester/requirements.txt b/ModelTester/requirements.txt index 71ab6d1f9..a25506eaa 100644 --- a/ModelTester/requirements.txt +++ b/ModelTester/requirements.txt @@ -5,7 +5,7 @@ graphviz # for graphviz, installation via the system might be required, e.g. sud pytest # Use pip install ... to install these -keras == 3.9.0 +keras == 3.13.2 tensorflow == 2.12.1 # tensorflow-gpu == 1.2.1 # Alternatively if available. codecov