From ac1ce9a4399151ec5d846542fa1eb49d1c278b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:21:17 +0000 Subject: [PATCH] Bump tensorflow from 2.5.1 to 2.6.4 in /mplc Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.1 to 2.6.4. - [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.6.4) --- 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..af5d6456 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.6.4 ruamel.yaml==0.16.12