From 9f657d51699de1cc0a6a0e27eaae45a7dc3c9497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:11:35 +0000 Subject: [PATCH] Bump tensorflow from 2.10.0 to 2.12.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.10.0 to 2.12.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.12.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 2ee14ec..eeb3e26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ gin-config==0.5.0 coverage==6.4.4 psutil==5.9.2 absl-py==1.2.0 -tensorflow==2.10.0 \ No newline at end of file +tensorflow==2.12.1 \ No newline at end of file