This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-11-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-11-test by this push:
new c39db61c8d0 Bump gitpython from 3.1.44 to 3.1.45 (#53721)
c39db61c8d0 is described below
commit c39db61c8d09ff130fba7e174aa233aee0c225b5
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 24 23:17:23 2025 +0200
Bump gitpython from 3.1.44 to 3.1.45 (#53721)
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)
---
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 04a3da0127c..cec65546b00 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@
# The dependencies can be automatically upgraded by running:
# pre-commit run --hook-stage manual update-build-dependencies --all-files
requires = [
- "GitPython==3.1.44",
+ "GitPython==3.1.45",
"gitdb==4.0.12",
"hatchling==1.27.0",
"packaging==25.0",