From ccdcc93e04a753865d25c677093c0f6ddb77f107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 23:27:45 +0000 Subject: [PATCH] Bump tensorflow from 2.5.1 to 2.9.3 in /mplc Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.1 to 2.9.3. - [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.5.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mplc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mplc/requirements.txt b/mplc/requirements.txt index 6d19b329..39bc91ba 100644 --- a/mplc/requirements.txt +++ b/mplc/requirements.txt @@ -8,5 +8,5 @@ scikit-learn==0.23.2 pandas==1.1.5 seaborn==0.11.0 loguru==0.5.3 -tensorflow==2.5.1 +tensorflow==2.9.3 ruamel.yaml==0.16.12