From 9501bccbeec0f226231cd6a12f53e9385eff049f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 09:40:41 +0000 Subject: [PATCH] Bump gitpython from 3.1.44 to 3.1.49 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.44 to 3.1.49. - [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.44...3.1.49) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.49 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 a52047a..2a0adba 100644 --- a/requirements.in +++ b/requirements.in @@ -21,7 +21,7 @@ graphviz~=0.20.3 coloredlogs~=15.0.1 pytz~=2025.2 requests[security]~=2.33.0 -gitpython~=3.1.44 +gitpython~=3.1.49 hy~=1.0.0 ipdb attrs~=25.3.0 diff --git a/requirements.txt b/requirements.txt index 5641689..55bdb89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ funcparserlib==1.0.1 # via hy gitdb==4.0.12 # via gitpython -gitpython==3.1.44 +gitpython==3.1.49 # via -r requirements.in graphviz==0.20.3 # via -r requirements.in