From 10ae950420c6d5b7ccb15f97c62deed59c33033c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:15:09 +0000 Subject: [PATCH] build(deps): Bump gitpython from 3.1.59 to 3.1.60 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.59 to 3.1.60. - [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.59...3.1.60) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.60 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 187ffdd..4cb37a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -17,14 +17,14 @@ smmap = ">=3.0.1,<5" [[package]] name = "gitpython" -version = "3.1.59" +version = "3.1.60" 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.59-py3-none-any.whl", hash = "sha256:67a82f537384578643624c8b2c531938a9b82be431663e575dcf638526631d4c"}, - {file = "gitpython-3.1.59.tar.gz", hash = "sha256:0a1475cfdc38a5bfba1a3e9a4a9da52a39749ecec322b772915c019f94e5b7e4"}, + {file = "gitpython-3.1.60-py3-none-any.whl", hash = "sha256:39548bffb8fa0f3a548133348868bb4838e79d73283052207dc97781a569b6b4"}, + {file = "gitpython-3.1.60.tar.gz", hash = "sha256:e936431879fa85581b4311fa63492ea52251909e2d655b6529c704c904ddcc24"}, ] [package.dependencies]