From b9a5c32f374d9f531fbe14f54664eebd14bd2d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 10:45:57 +0000 Subject: [PATCH] Bump gitpython from 3.1.46 to 3.1.49 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.46 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.46...3.1.49) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.49 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bcf5c43f1..ec10e29e6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ bs4==0.0.2 beautifulsoup4==4.14.3 djlint==1.36.4 cpplint==2.0.2 -GitPython==3.1.46 +GitPython==3.1.49 pytest-xdist==3.8.0 parameterized==0.9.0 -r requirements.txt