From 37ab21f1aceed2787030683aa4632b52ebf51520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 05:21:46 +0000 Subject: [PATCH] Bump keras from 2.4.3 to 2.13.1 in /multilingual-support/__pycache__ Bumps [keras](https://github.com/keras-team/keras) from 2.4.3 to 2.13.1. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/commits/v2.13.1) --- updated-dependencies: - dependency-name: keras dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- multilingual-support/__pycache__/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multilingual-support/__pycache__/requirements.txt b/multilingual-support/__pycache__/requirements.txt index 5c2c8bd..264d7e8 100644 --- a/multilingual-support/__pycache__/requirements.txt +++ b/multilingual-support/__pycache__/requirements.txt @@ -1,5 +1,5 @@ numpy==1.20.0 tensorflow==2.4.0 -keras==2.4.3 +keras==2.13.1 json==2.0.9 os==0.1.1