From b759c539e849a32972fadd5ab816e10e95ae596f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 05:21:48 +0000 Subject: [PATCH] Bump tensorflow in /multilingual-support/__pycache__ Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.0 to 2.12.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.4.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow 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..2ce04b9 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 +tensorflow==2.12.1 keras==2.4.3 json==2.0.9 os==0.1.1