From 8f7ce21e404e831e03020f13da582e1ffad62f0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 08:51:14 +0000 Subject: [PATCH] chore(deps): update dependency gitpython to v3.1.45 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 409fb1f..7c9d7fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ django==5.2.4 # via django-migration-fixer (setup.py) gitdb==4.0.12 # via gitpython -gitpython==3.1.44 +gitpython==3.1.45 # via django-migration-fixer (setup.py) pytz==2025.2 # via django