From 7f24144fc3fe0a996500c491e669653d891e90c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 00:23:52 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.1.42 to 3.1.47 in /src/kubedash/tests Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.42 to 3.1.47. - [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.47) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.47 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..2427c93e 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.47 gitdb2==3.0.1