From fa800af1f58e512a1f8d793b86e3df245b178842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 05:28:44 +0000 Subject: [PATCH] Bump gitpython from 3.1.46 to 3.1.50 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.46 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.46...3.1.50) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.50 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..252660ab7 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.50 pytest-xdist==3.8.0 parameterized==0.9.0 -r requirements.txt