From c63983b0bd7a06a232d5ab62e1722e17f27b95e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:44:14 +0000 Subject: [PATCH] Bump gitpython from 2.1.11 to 3.1.37 in /model_authentication Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.11 to 3.1.37. - [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.37) --- 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..9208635 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.37 matplotlib==3.0.2 urllib3==1.24.3 retry==0.9.2