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 b14b333bf7e [v3-0-test] Bump gitpython from 3.1.44 to 3.1.45 (#53724)
(#53732)
b14b333bf7e is described below
commit b14b333bf7e21a4d1b0f1e63e9885d7e15cdaea5
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Jul 24 23:19:08 2025 +0200
[v3-0-test] Bump gitpython from 3.1.44 to 3.1.45 (#53724) (#53732)
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 aa2b533bb3eb5648f85c7f76ae867c4f1378b244)
---
updated-dependencies:
- dependency-name: gitpython
dependency-version: 3.1.45
dependency-type: direct:development
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>
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index fd1e7f445c4..070e6082599 100644
--- a/pyproject.toml
+++ b/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",