From 296df83a780d1015221004bb4379c0d5803fd61a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 06:49:50 +0000 Subject: [PATCH] chore(deps): update dependency gitpython to v3.1.44 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 50c6d449..f15b811d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ django==4.2.18 # via django-migration-fixer (setup.py) gitdb==4.0.12 # via gitpython -gitpython==3.1.41 +gitpython==3.1.44 # via django-migration-fixer (setup.py) pytz==2022.7.1 # via django