From d48a05e90faa7db4661102bdf7af96e464e70697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:39:42 -0600 Subject: [PATCH] Bump gitpython from 3.1.40 to 3.1.41 (#1850) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 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.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1852f43e..fe7bac49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ pre-commit==3.5.0 pytest==7.4.3 PyYAML==6.0.1 yamllint==1.33.0 -gitpython==3.1.40 +gitpython==3.1.41 psutil==5.9.6 \ No newline at end of file