From ba5c87ad43cab44ea95844625690e0c574175d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 13:55:26 +0000 Subject: [PATCH] Bump tensorflow from 2.10.0 to 2.12.1 in /ai_security 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] --- ai_security/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_security/requirements.txt b/ai_security/requirements.txt index 995621b..f9aef99 100644 --- a/ai_security/requirements.txt +++ b/ai_security/requirements.txt @@ -1,5 +1,5 @@ # Machine Learning and Data Processing -tensorflow==2.10.0 # TensorFlow for building and training models +tensorflow==2.12.1 # TensorFlow for building and training models pandas==1.5.3 # Pandas for data manipulation and analysis numpy==1.23.5 # NumPy for numerical operations scikit-learn==1.1.3 # Scikit-learn for machine learning utilities