From f6b87e8fa506221c05927dc765352724328396ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:29:35 +0000 Subject: [PATCH] Bump gitpython from 3.1.29 to 3.1.41 in /PyTorch/LanguageModeling/BART Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.29 to 3.1.41. - [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.29...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- PyTorch/LanguageModeling/BART/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/LanguageModeling/BART/requirements.txt b/PyTorch/LanguageModeling/BART/requirements.txt index 7fb7912a0..98b835efa 100644 --- a/PyTorch/LanguageModeling/BART/requirements.txt +++ b/PyTorch/LanguageModeling/BART/requirements.txt @@ -1,5 +1,5 @@ dataclasses -gitpython==3.1.29 +gitpython==3.1.41 rouge-score==0.1.2 pynvml==8.0.4 tqdm==4.64.1