From 725d339ac64a3c16ab1e849b037aabf24de39478 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:39:15 +0000 Subject: [PATCH] Update dependency gitpython to v3.1.35 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 803623d24..7ea0e5dc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -714,13 +714,13 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.34" +version = "3.1.35" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.34-py3-none-any.whl", hash = "sha256:5d3802b98a3bae1c2b8ae0e1ff2e4aa16bcdf02c145da34d092324f599f01395"}, - {file = "GitPython-3.1.34.tar.gz", hash = "sha256:85f7d365d1f6bf677ae51039c1ef67ca59091c7ebd5a3509aa399d4eda02d6dd"}, + {file = "GitPython-3.1.35-py3-none-any.whl", hash = "sha256:c19b4292d7a1d3c0f653858db273ff8a6614100d1eb1528b014ec97286193c09"}, + {file = "GitPython-3.1.35.tar.gz", hash = "sha256:9cbefbd1789a5fe9bcf621bb34d3f441f3a90c8461d377f84eda73e721d9b06b"}, ] [package.dependencies] @@ -2483,4 +2483,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "9c5c74fcdb7ada77b5debb83fbf4e631767047affe3fb9157b80179638ded235" +content-hash = "93f41cd616f38698e7a5d1b9a233b8b4b110dfe74eb436a14cdd51237722322c" diff --git a/pyproject.toml b/pyproject.toml index 83edf0485..eff6a2251 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ botocore="^1.29.145" kapitan = "0.32.0" click = "8.1.7" # Kapitan requires exactly 3.1.30 -gitpython = "3.1.34" +gitpython = "3.1.35" requests = "2.31.0" url-normalize = "1.4.3" python-dotenv = "1.0.0"