diff --git a/poetry.lock b/poetry.lock index 4ca717697..521a51c8c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -490,14 +490,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.52" +version = "3.1.54" 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.52-py3-none-any.whl", hash = "sha256:79a36ee1f83523214a3f72d56cf1c4e490d577dc61af77e43dfe5862bd9da01a"}, - {file = "gitpython-3.1.52.tar.gz", hash = "sha256:de0a8ad86274c6e75ae8b37dd055ba68f19818c813108642263227b20775b48e"}, + {file = "gitpython-3.1.54-py3-none-any.whl", hash = "sha256:b90d7b3d9bc0238681d24369130826f0dcdb0ceaa45db67cf1d4ffa4c302dedf"}, + {file = "gitpython-3.1.54.tar.gz", hash = "sha256:53f2085e24a2cda300eed7c3fc5f1559ae289634b725e98acaf4791940247aa0"}, ] [package.dependencies] @@ -2096,4 +2096,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "311f2a2ccfd69229ed62967ac3d79a9a4b5f54ff772b8496e225a5bd29e7b724" +content-hash = "c6489055d285528bbe56997d249c2a96c3fd9d5784e9259a21f06257d36cecf5" diff --git a/pyproject.toml b/pyproject.toml index 924acbbdb..54470b8ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pyyaml = "^6.0" docopt = "^0.6.2" jsonpath-rw = "^1.4.0" semver = "^3.0.4" -gitpython = "^3.1.52" +gitpython = "^3.1.54" lxml = "^6.1.0" xmlformatter = "^0.2.8" pytest-check = "^2.6.2"