From a9ff12b5947f41e435d77031e272938207b567de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 19:14:33 +0000 Subject: [PATCH] Bump tensorflow from 2.10.0 to 2.10.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.10.0 to 2.10.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.10.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..5d975ba 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.10.1 \ No newline at end of file