From e1ea608861c2c9183e54d1014aed4441b0dc5c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:49:49 +0000 Subject: [PATCH] Bump gitpython from 3.1.11 to 3.1.37 in /Projects/ProtoRes/code Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.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/3.1.11...3.1.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Projects/ProtoRes/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/ProtoRes/code/requirements.txt b/Projects/ProtoRes/code/requirements.txt index 213c644..a6bcee6 100644 --- a/Projects/ProtoRes/code/requirements.txt +++ b/Projects/ProtoRes/code/requirements.txt @@ -4,6 +4,6 @@ pandas==1.1.4 pyarrow==2.0.0 scikit-learn==0.23.2 hydra-core==1.0.4 -GitPython==3.1.11 +GitPython==3.1.37 plotly==4.13.0 matplotlib