From f35583c55da967c584f545a1d14c6a7f9169ae80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:50:50 +0100 Subject: [PATCH] Bump gitpython from 3.1.41 to 3.1.43 (#34) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.41 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.41...3.1.43) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a357fc..3366708 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ ldap3~=2.9.1 oracledb==1.4 ansible-runner PyGithub -GitPython==3.1.41 +GitPython==3.1.43 pyjwt~=2.8.0 python-dotenv~=1.0.0 Jinja2~=3.1.2