From 28c4a7b20a4ac615da009dbd7c3a001aa438a16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:02:15 +0000 Subject: [PATCH] Bump tensorflow from 2.4.0 to 2.11.1 in /video_tagger_api Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.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.4.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- video_tagger_api/requirements.txt | 2 +- video_tagger_api/requirements_no_avc.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/video_tagger_api/requirements.txt b/video_tagger_api/requirements.txt index fcb64b5..fac7499 100644 --- a/video_tagger_api/requirements.txt +++ b/video_tagger_api/requirements.txt @@ -9,5 +9,5 @@ scikit-image imgaug cython pycocotools -tensorflow==2.4.0 +tensorflow==2.11.1 keras==2.1.5 diff --git a/video_tagger_api/requirements_no_avc.txt b/video_tagger_api/requirements_no_avc.txt index fcb64b5..fac7499 100644 --- a/video_tagger_api/requirements_no_avc.txt +++ b/video_tagger_api/requirements_no_avc.txt @@ -9,5 +9,5 @@ scikit-image imgaug cython pycocotools -tensorflow==2.4.0 +tensorflow==2.11.1 keras==2.1.5