From f58e9cd0e5d6519462569d8ac9c630ffa581fb4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:30:33 +0000 Subject: [PATCH] Bump gitpython from 2.1.11 to 3.1.34 in /model_authentication Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.11 to 3.1.34. - [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.34) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- model_authentication/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_authentication/requirements.txt b/model_authentication/requirements.txt index 953a62a..919cfa5 100644 --- a/model_authentication/requirements.txt +++ b/model_authentication/requirements.txt @@ -1,7 +1,7 @@ tensorflow==2.0.0 algorithmia==1.2.1 jupyter==1.0.0 -gitpython==2.1.11 +gitpython==3.1.34 matplotlib==3.0.2 urllib3==1.24.3 retry==0.9.2