From 6df9049bf39ec31e3c22b09620c77b6b60b7fcb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:19:03 +0000 Subject: [PATCH] Update dependency gitpython to v3.1.57 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index bb0f4be3..6108b8ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -921,14 +921,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.55" +version = "3.1.57" 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.55-py3-none-any.whl", hash = "sha256:7c9ec1e69c158c081632ab35c41471e302c96db2ae42165036a5d2403378812e"}, - {file = "gitpython-3.1.55.tar.gz", hash = "sha256:781e3b1624dad81b24e9524bf0297b69786a0706db2cbceec1e2b05c38e5152f"}, + {file = "gitpython-3.1.57-py3-none-any.whl", hash = "sha256:4ccf7d73c10f5c9e76043fbb2675ac5a1b3ff5b41e648f56bcbed5f63792ecaf"}, + {file = "gitpython-3.1.57.tar.gz", hash = "sha256:c493ec57c0ef6b19743798b6a5af859c71814b524e7e6f97baa2f8e658961488"}, ] [package.dependencies] @@ -936,7 +936,7 @@ gitdb = ">=4.0.1,<5" [package.extras] doc = ["sphinx (>=7.4.7,<8)", "sphinx-autodoc-typehints", "sphinx_rtd_theme"] -test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock ; python_version < \"3.8\"", "mypy (==1.18.2) ; python_version >= \"3.9\"", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "typing-extensions ; python_version < \"3.11\""] +test = ["basedpyright (==1.39.9) ; python_version >= \"3.9\" and sys_platform != \"cygwin\"", "coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock ; python_version < \"3.8\"", "mypy (==1.18.2) ; python_version >= \"3.9\"", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "typing-extensions ; python_version < \"3.11\""] [[package]] name = "gojsonnet" @@ -3476,4 +3476,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "5222f832422ae82882ee18e8daa3d3294fac97451b4670b3c6b5ac6dc1eb6966" +content-hash = "f3a35833ba32561112a67708ac89c87329b1ea5b1461d0520cb99bededd67d1e" diff --git a/pyproject.toml b/pyproject.toml index 2be46e2d..4ab319b1 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.55" +gitpython = "3.1.57" requests = { version = "2.34.2", extras = ["socks"] } url-normalize = "3.0.0" python-dotenv = "1.2.2"