From f2a03a90997b92213200e0df7c68fb60de2484a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:56:09 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 2.12.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 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/v1.14.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 62b1fd1..afd8881 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ pytest-cov bandit coverage!=4.4,>=4.0 # Apache-2.0 -tensorflow==1.14 +tensorflow==2.12.1 Sphinx~=4.3.0 python-dotenv~=0.19.2 numpy~=1.16.4