From 9c6c09511abf5f6fdd4759c3be72d2762906d73f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 14:32:11 +0000 Subject: [PATCH] Bump tensorflow from 2.4.1 to 2.5.1 in /language/search_agents Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.1 to 2.5.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.5.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..824b9241 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.5.1 tensorflow-addons tensorflow-probability==0.11.0 tensorflow-serving-api