From 5b1a9cf00e968e80d98a293b7360e996da2d2fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 15:31:39 +0000 Subject: [PATCH] fix: bump tensorflow from 2.19.0 to 2.20.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.19.0 to 2.20.0. - [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.19.0...v2.20.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40cebba..53878df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ scipy==1.15.2 scikit-learn==1.6.1 # Machine Learning Libraries: -tensorflow==2.19.0 +tensorflow==2.20.0 keras==3.10.0 # Natural Language Processing Libraries: