From e435f00dcc4fbbfa84a42741c0993abe73eaf672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:47:12 +0000 Subject: [PATCH] Build(deps): Bump tensorflow from 2.9.3 to 2.12.1 in /src Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.3 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.9.3...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 5a5c8ce..0ad720e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -2,4 +2,4 @@ pip numpy pandas Pillow -tensorflow==2.9.3 \ No newline at end of file +tensorflow==2.12.1 \ No newline at end of file