From d66149bf4f20e4462b31dd7df1129b7786d875b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:22:08 +0000 Subject: [PATCH] Bump tensorflow from 2.1.0 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.1.0 to 2.11.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.1.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0740c65..c475fd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.1.0 +tensorflow==2.11.1 tensorflow_privacy==0.2.2 sentencepiece==0.1.85 smart_open==1.10.0 diff --git a/setup.py b/setup.py index da0d778..c0aa0e0 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'numpy==1.18.3' ], extras_require={ - 'tf': ['tensorflow==2.1.0'], + 'tf': ['tensorflow==2.11.1'], 'py36': ['dataclasses==0.7'] } ) diff --git a/test-requirements.txt b/test-requirements.txt index 4704072..e2610de 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.1.0 +tensorflow==2.11.1 flake8 pytest pytest-cov