From 3569600eab89b80f6c88d8fecbd2aa8e1bc57b04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:56:49 +0000 Subject: [PATCH] Update dependency gitpython to v3.1.53 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8c0e3240..13af6c65 100644 --- a/poetry.lock +++ b/poetry.lock @@ -921,14 +921,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.50" +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.50-py3-none-any.whl", hash = "sha256:d352abe2908d07355014abdd21ddf798c2a961469239afec4962e9da884858f9"}, - {file = "gitpython-3.1.50.tar.gz", hash = "sha256:80da2d12504d52e1f998772dc5baf6e553f8d2fcfe1fcc226c9d9a2ee3372dcc"}, + {file = "gitpython-3.1.53-py3-none-any.whl", hash = "sha256:187885556b64ab357bd4ea84e2c4cce2861a613a7f4268b3f7f7ba05f2ce4ab0"}, + {file = "gitpython-3.1.53.tar.gz", hash = "sha256:06ae8d9623b0ed0d67b8adeac5c7008d0a5a404b087a9e0d0c7163bdd3a6b497"}, ] [package.dependencies] @@ -986,8 +986,8 @@ files = [ google-auth = ">=2.14.1,<3.0.0" googleapis-common-protos = ">=1.63.2,<2.0.0" proto-plus = [ - {version = ">=1.24.0,<2.0.0"}, {version = ">=1.25.0,<2.0.0", markers = "python_version >= \"3.13\""}, + {version = ">=1.24.0,<2.0.0", markers = "python_version < \"3.13\""}, ] protobuf = ">=5.29.6,<8.0.0" requests = ">=2.33.0,<3.0.0" @@ -2115,8 +2115,8 @@ files = [ astroid = ">=4.0.2,<=4.1.dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ - {version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, + {version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.3.6", markers = "python_version == \"3.11\""}, ] isort = ">=5,<5.13 || >5.13,<9" @@ -3477,4 +3477,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "af2087f90d49d20a0966b48b39682ac1df33744dd3f8e9a9456b7d598d1df33a" +content-hash = "de163599360c49820954a329c093bcd91dcfac1c559b659bee9a85735914a65a" diff --git a/pyproject.toml b/pyproject.toml index d7ba50f0..3ebc3e38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ boto3 = "^1.26.145" botocore="^1.29.145" kapitan = "0.35.1" click = "8.4.2" -gitpython = "3.1.50" +gitpython = "3.1.53" requests = { version = "2.34.2", extras = ["socks"] } url-normalize = "3.0.0" python-dotenv = "1.2.2"