From ec3648becc36494adee1dbd04ceda20ff05a2477 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 00:33:42 +0000 Subject: [PATCH] Update dependency gitpython to v3.1.60 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ddac8eed..d577d5eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -993,14 +993,14 @@ smmap = ">=3.0.1,<6" [[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] @@ -3349,4 +3349,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.11, <3.15" -content-hash = "8fb1d1b206459e1f562ae6572aeb070f7f9bae2c495caf0fe5a612ccb5606250" +content-hash = "a2d4c705d7e08f262d372836beaac6522e4bf35eba84c56172ef7a4763b55c1b" diff --git a/pyproject.toml b/pyproject.toml index e419ccc6..4e973935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ boto3 = "^1.26.145" botocore="^1.29.145" kapitan = "0.36.3" click = "8.4.2" -gitpython = "3.1.59" +gitpython = "3.1.60" requests = { version = "2.34.2", extras = ["socks"] } url-normalize = "3.0.0" python-dotenv = "1.2.3"