From 60d576de5dccf8d1394f7f026543a115a7902880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 02:51:45 +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:development ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 02ad21cc..3256c074 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -63,7 +63,7 @@ flake8-black==0.3.6 # via django-vendor (pyproject.toml) gitdb==4.0.10 # via gitpython -gitpython==3.1.37 +gitpython==3.1.41 # via bandit idna==3.4 # via requests