From cb2403859d3196c3cc091ebf2255c98b006df176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 21:16:19 +0000 Subject: [PATCH] Bump gitpython from 3.1.11 to 3.1.30 in /Projects/ProtoRes/code Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.11 to 3.1.30. - [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.30) --- 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..96b2f81 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.30 plotly==4.13.0 matplotlib