From 1de9d8c17201d86cee4447935703c8538d5db07a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 01:39:07 +0000 Subject: [PATCH] Bump gitpython from 3.1.37 to 3.1.41 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.37 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.37...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 3be3b37..86ecced 100644 --- a/requirements.in +++ b/requirements.in @@ -1,3 +1,3 @@ black==21.6b0 -gitpython==3.1.37 +gitpython==3.1.41 python-gitlab==2.9.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 08d7349..bdef5dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ click==8.0.1 # via black gitdb==4.0.7 # via gitpython -gitpython==3.1.37 +gitpython==3.1.41 # via -r requirements.in idna==2.10 # via requests