From 5c186f879cbf8207c5353875f064d8a4853a7c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:49:58 +0000 Subject: [PATCH] Bump gitpython in /tensorflow_classify_text_deploy_algorithmia_simple Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.11 to 3.1.32. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/2.1.11...3.1.32) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_classify_text_deploy_algorithmia_simple/requirements.txt b/tensorflow_classify_text_deploy_algorithmia_simple/requirements.txt index 1dd3b7e..ba8d9ef 100644 --- a/tensorflow_classify_text_deploy_algorithmia_simple/requirements.txt +++ b/tensorflow_classify_text_deploy_algorithmia_simple/requirements.txt @@ -1,7 +1,7 @@ tensorflow==1.12.2 algorithmia==1.2.1 jupyter==1.0.0 -gitpython==2.1.11 +gitpython==3.1.32 matplotlib==3.0.2 urllib3==1.24.3 retry==0.9.2