diff --git a/poetry.lock b/poetry.lock index fa48b19dc..4ca717697 100644 --- a/poetry.lock +++ b/poetry.lock @@ -490,14 +490,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.50" +version = "3.1.52" 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.52-py3-none-any.whl", hash = "sha256:79a36ee1f83523214a3f72d56cf1c4e490d577dc61af77e43dfe5862bd9da01a"}, + {file = "gitpython-3.1.52.tar.gz", hash = "sha256:de0a8ad86274c6e75ae8b37dd055ba68f19818c813108642263227b20775b48e"}, ] [package.dependencies] @@ -2096,4 +2096,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "13b9886c282eb75b382827f0b627b0ae7df943b47e5fb9c9794fd24f44ea43d1" +content-hash = "311f2a2ccfd69229ed62967ac3d79a9a4b5f54ff772b8496e225a5bd29e7b724" diff --git a/pyproject.toml b/pyproject.toml index f06756c1c..924acbbdb 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.45" +gitpython = "^3.1.52" lxml = "^6.1.0" xmlformatter = "^0.2.8" pytest-check = "^2.6.2"