From c11c57dd07a899c337d36cbead51ed378663b682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:28:03 +0900 Subject: [PATCH] Bump gitpython from 3.1.37 to 3.1.41 in /requirements (#36) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/base.txt | 2 +- requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 1f42585..4c46646 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -27,7 +27,7 @@ flask-cdn==1.5.3 # via -r base.in gitdb==4.0.10 # via gitpython -gitpython==3.1.37 +gitpython==3.1.41 # via -r base.in gunicorn==21.2.0 # via -r base.in diff --git a/requirements/test.txt b/requirements/test.txt index e28ae57..27fbdf3 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -53,7 +53,7 @@ gitdb==4.0.10 # via # -r base.txt # gitpython -gitpython==3.1.37 +gitpython==3.1.41 # via -r base.txt gunicorn==21.2.0 # via -r base.txt