From c460ca3cc685f4120aec80ec0d52763de666b48d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 07:16:11 +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 75b78bd5..052736c7 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] @@ -2493,4 +2493,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "cf067236034139e45744b553a4a648f91af0888cbce1f9ee510b6c4152e559c6" +content-hash = "a5052d9257fc92f18ab997a0ad35436426e085b0fb34481aadcbd8c49293f23e" diff --git a/pyproject.toml b/pyproject.toml index cda20069..ae1309a1 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"