From 09cad3d17b1bc2955cb5342df98b4c96c258dcde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:29:35 +0000 Subject: [PATCH] Bump tensorflow from 2.4.1 to 2.12.1 in /language/search_agents Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.1 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.1...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- language/search_agents/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/search_agents/requirements.txt b/language/search_agents/requirements.txt index 4ba943d4..32841447 100644 --- a/language/search_agents/requirements.txt +++ b/language/search_agents/requirements.txt @@ -9,7 +9,7 @@ keras nltk numpy pygtrie -tensorflow==2.4.1 +tensorflow==2.12.1 tensorflow-addons tensorflow-probability==0.11.0 tensorflow-serving-api