From d9cda7edbe457dc87c28969ec951079286fd8c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 13:08:02 +0000 Subject: [PATCH] Bump tensorflow from 2.10.0 to 2.10.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.10.0 to 2.10.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.10.1) --- updated-dependencies: - dependency-name: tensorflow 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 79d7116..42eb4a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ joblib==1.1.0 numpy==1.23.2 opencv_python_headless==4.6.0.66 scikit_learn==1.1.3 -tensorflow==2.10.0 +tensorflow==2.10.1 tqdm==4.30.0