From 2d939c38cb717090f3d74f7ae322ff900479467d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 13:08:27 +0000 Subject: [PATCH] Update gitpython requirement from ~=3.1.45 to ~=3.1.46 Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython) to permit the latest version. - [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.45...3.1.46) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 47b2fe6..60904d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ PyYAML~=6.0.3 psutil~=7.1.3 setuptools~=80.9.0 pexpect~=4.9.0 -GitPython~=3.1.45 +GitPython~=3.1.46 PyGithub~=2.8.1 python-gitlab~=7.0.0 cryptography~=46.0.3