From d4d02a62dc5c47f76918978bd7df27ee2dc29ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:40:20 +0000 Subject: [PATCH] Bump tensorflow from 2.10.0 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.10.0 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.10.0...v2.11.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 93847f5..708f6a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ coverage==6.4.4 psutil==5.9.2 astpretty==3.0.0 absl-py==1.2.0 -tensorflow==2.10.0 \ No newline at end of file +tensorflow==2.11.1 \ No newline at end of file