From 11d8b28b86fbdbb98bd2a8e21ca617999606b620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 20:13:25 +0000 Subject: [PATCH] chore(deps): update tensorflow requirement from >=2.13.0 to >=2.21.0 Updates the requirements on [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version. - [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.13.0...v2.21.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.21.0 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 17f3a54..8c252f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ z3-solver>=4.12.0 ropper>=1.13.0 # ML/AI dependencies -tensorflow>=2.13.0 +tensorflow>=2.21.0 torch>=2.0.0 transformers>=4.30.0 scikit-learn>=1.3.0