From 710d77a96dad6ff01ee468c012ab08b8d3b2f28f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:54:15 +0000 Subject: [PATCH] Bump tensorflow from 2.4.1 to 2.7.2 in /language/search_agents Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.1 to 2.7.2. - [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.7.2) --- 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..e55f2ae9 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.7.2 tensorflow-addons tensorflow-probability==0.11.0 tensorflow-serving-api