From 1b9f4c27956bec76ad8367f642a5b6120ddc8d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 14:40:18 +0000 Subject: [PATCH] Bump keras from 2.12.0 to 3.9.0 in /api Bumps [keras](https://github.com/keras-team/keras) from 2.12.0 to 3.9.0. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v2.12.0...v3.9.0) --- updated-dependencies: - dependency-name: keras dependency-version: 3.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 349ee3b..f55d025 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -34,7 +34,7 @@ importlib-resources==6.1.1 ; python_version >= "3.8" and python_version < "3.10" iniconfig==2.0.0 ; python_version >= "3.8" and python_version < "3.11" jax==0.4.13 ; python_version >= "3.8" and python_version < "3.11" joblib==1.3.2 ; python_version >= "3.8" and python_version < "3.11" -keras==2.12.0 ; python_version >= "3.8" and python_version < "3.11" +keras==3.9.0 ; python_version >= "3.8" and python_version < "3.11" kiwisolver==1.4.5 ; python_version >= "3.8" and python_version < "3.11" libclang==16.0.6 ; python_version >= "3.8" and python_version < "3.11" markdown==3.5.2 ; python_version >= "3.8" and python_version < "3.11"