From 1db7e372e1e7b5e6b183ad76c69a611445c7a311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 05:47:59 +0000 Subject: [PATCH] Bump gitpython from 3.1.52 to 3.1.54 in /airflow-core Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.52 to 3.1.54. - [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.52...3.1.54) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.54 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- airflow-core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml index 12dd91ed8dd21..322fa394023f8 100644 --- a/airflow-core/pyproject.toml +++ b/airflow-core/pyproject.toml @@ -18,7 +18,7 @@ [build-system] requires = [ "gitdb==4.0.12", - "GitPython==3.1.52", + "GitPython==3.1.54", "hatchling==1.31.0", "packaging==26.2", "pathspec==1.1.1",