From 1fb3fc400b9d4b6b818dd2d07ee8f2b26f73d51f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 10:00:16 +0000 Subject: [PATCH] build(deps): bump tensorflow from 2.5.1 to 2.5.2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.1 to 2.5.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.5.1...v2.5.2) --- 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 0a3c847..3c2c3be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ pylint==2.9.6 scikit-image==0.18.3 scikit-learn==0.24.2 scipy==1.6.2 -tensorflow==2.5.1 \ No newline at end of file +tensorflow==2.5.2 \ No newline at end of file