From 6d4cca3dd452fc9752c8e2b5bad7846e05f36bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Sep 2021 06:47:27 +0000 Subject: [PATCH] Bump tensorflow from 2.2.0 to 2.5.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.2.0 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.2.0...v2.5.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e8019a40c..d9f736cf3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click == 7.1.2 opencv-python == 4.1.2.30 requests == 2.24.0 shapely == 1.7.1 -tensorflow == 2.2.0 +tensorflow == 2.5.1 tqdm == 4.45.0 numpy == 1.17.3 pyyaml >= 5.3.1