From 9b15c86fc8968f820cecbe36b7d25d9ea83f42d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 02:31:37 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.1.42 to 3.1.50 in /src/kubedash/tests Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.42 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.42...3.1.50) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.50 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/kubedash/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kubedash/tests/requirements.txt b/src/kubedash/tests/requirements.txt index 3853d39a..329ea077 100644 --- a/src/kubedash/tests/requirements.txt +++ b/src/kubedash/tests/requirements.txt @@ -7,5 +7,5 @@ pytest-playwright>=0.3.1 selenium>=4.15.1 # for git-changelog -GitPython==3.1.42 +GitPython==3.1.50 gitdb2==3.0.1