From 2131bc69c0a4cceccccdf8e768a00b862bdeb3e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:39:43 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.1.42 to 3.1.43 in /ci/scripts Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.42 to 3.1.43. - [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.43) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ci/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/requirements.txt b/ci/scripts/requirements.txt index 3b095377..42123cef 100644 --- a/ci/scripts/requirements.txt +++ b/ci/scripts/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.12.3 -gitpython==3.1.42 +gitpython==3.1.43 packaging==24.0 pygithub==2.3.0 pyyaml==6.0.1