From 83b70ad2c39bcbfd82c8699c5314c165c9426263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 23:55:54 +0000 Subject: [PATCH] Bump gitpython from 3.1.41 to 3.1.47 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.41 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.41...3.1.47) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.47 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- third_party/requirements.in | 2 +- third_party/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/requirements.in b/third_party/requirements.in index b62be9f309..7540dd659e 100644 --- a/third_party/requirements.in +++ b/third_party/requirements.in @@ -5,7 +5,7 @@ chardet==5.2.0 funcsigs==1.0.2 futures==3.1.1 gitdb2==4.0.2 -GitPython==3.1.41 +GitPython==3.1.47 google-api-core==2.12.0 google-auth==2.23.3 google-cloud-bigquery==3.12.0 diff --git a/third_party/requirements.txt b/third_party/requirements.txt index 1080c77612..0f5607c055 100644 --- a/third_party/requirements.txt +++ b/third_party/requirements.txt @@ -30,7 +30,7 @@ gitdb==4.0.11 # gitpython gitdb2==4.0.2 # via -r third_party/requirements.in -gitpython==3.1.41 +gitpython==3.1.47 # via -r third_party/requirements.in google-api-core[grpc]==2.12.0 # via