From 19a4651b81889df3f1ff6e683821fbd22a37ef64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 08:12:58 +0000 Subject: [PATCH] build(deps): Bump gitpython from 3.1.52 to 3.1.53 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.52 to 3.1.53. - [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.53) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.53 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7467a1f..f0395bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -17,14 +17,14 @@ smmap = ">=3.0.1,<5" [[package]] name = "gitpython" -version = "3.1.52" +version = "3.1.53" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "gitpython-3.1.52-py3-none-any.whl", hash = "sha256:79a36ee1f83523214a3f72d56cf1c4e490d577dc61af77e43dfe5862bd9da01a"}, - {file = "gitpython-3.1.52.tar.gz", hash = "sha256:de0a8ad86274c6e75ae8b37dd055ba68f19818c813108642263227b20775b48e"}, + {file = "gitpython-3.1.53-py3-none-any.whl", hash = "sha256:187885556b64ab357bd4ea84e2c4cce2861a613a7f4268b3f7f7ba05f2ce4ab0"}, + {file = "gitpython-3.1.53.tar.gz", hash = "sha256:06ae8d9623b0ed0d67b8adeac5c7008d0a5a404b087a9e0d0c7163bdd3a6b497"}, ] [package.dependencies]