From a04bf3e11532c2b8c20a6cafcab087551bbbda2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 04:19:26 +0000 Subject: [PATCH] Bump gitpython from 3.1.44 to 3.1.50 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.44 to 3.1.50. - [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.50) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.50 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..d329d8f 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.50 hy~=1.0.0 ipdb attrs~=25.3.0 diff --git a/requirements.txt b/requirements.txt index 5641689..931603a 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.50 # via -r requirements.in graphviz==0.20.3 # via -r requirements.in