From dd13fa905c0bd3cf920d4b615c9909810c752183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:22:14 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0b1 to 2.11.1 in /py/mnist Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0b1 to 2.11.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.0.0-beta1...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- py/mnist/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/mnist/requirements.txt b/py/mnist/requirements.txt index 043b8b8..c080599 100644 --- a/py/mnist/requirements.txt +++ b/py/mnist/requirements.txt @@ -1,3 +1,3 @@ -tensorflow==2.0.0b1 +tensorflow==2.11.1 tornado==6.0.3 matplotlib==3.1.0