This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new 86b8d6f4d0a [v3-0-test] Bump gitpython from 3.1.44 to 3.1.45 in
/airflow-core (#53725) (#53731)
86b8d6f4d0a is described below
commit 86b8d6f4d0a08643617f9775e923866a8ff4e0d7
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Jul 24 23:18:27 2025 +0200
[v3-0-test] Bump gitpython from 3.1.44 to 3.1.45 in /airflow-core (#53725)
(#53731)
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from
3.1.44 to 3.1.45.
- [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.44...3.1.45)
(cherry picked from commit 1361afafbf966c186c5158bbc9d0ab157e04e2e1)
---
updated-dependencies:
- dependency-name: gitpython
dependency-version: 3.1.45
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 8e00ed531a1..afc6f03d75b 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/pyproject.toml
@@ -17,7 +17,7 @@
[build-system]
requires = [
- "GitPython==3.1.44",
+ "GitPython==3.1.45",
"gitdb==4.0.12",
"hatchling==1.27.0",
"packaging==25.0",