From b8a0a67cb0adc775449ce7486640283a8906fd6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:35:36 -0400 Subject: [PATCH] build(deps): bump gitpython from 3.1.49 to 3.1.50 (#1280) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.49 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.49...3.1.50) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.50 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paige Patton <64206430+paigerube14@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cde6f616..20f8eaac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ azure-mgmt-network==27.0.0 coverage==7.6.12 datetime==5.4 docker>=6.0,<7.0 # docker 7.0+ has breaking changes; upgrade to 7.x to allow requests>=2.33.0 -gitpython==3.1.49 +gitpython==3.1.50 google-auth==2.37.0 google-cloud-compute==1.22.0 ibm_cloud_sdk_core>=3.20.0 # Requires urllib3>=2.1.0 (compatible with updated boto3)