From c391fa0d7cc8d6d2e70302f4089dbf39e38f5e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:51:40 +0000 Subject: [PATCH] Bump tensorflow from 2.3.1 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 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.3.1...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7bc265b..6d55ade 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ black==20.8b1 isort==5.6.4 seaborn==0.11.0 wordcloud==1.8.0 -tensorflow==2.3.1 +tensorflow==2.11.1 diff --git a/setup.py b/setup.py index 7411dfd..92c7fc3 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def read(fname): "colorama==0.4.4", "numpy==1.18.5", "matplotlib==3.3.2", - "tensorflow==2.3.1", + "tensorflow==2.11.1", "setuptools==50.3.2", "spacy==2.3.2", "pandas==1.1.4",