diff --git a/poetry.lock b/poetry.lock index b5a238bf..744d2e0a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -899,14 +899,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] @@ -2883,4 +2883,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "1f0dd87f63a95cf90940e7c75c3fd0b30483387bd75f8bb325d2a53a61088af6" +content-hash = "4ab9a5ad5c7cd51aeb7479bd1ef7d0f224e65014a029ece0355b09e89432c11a" diff --git a/pyproject.toml b/pyproject.toml index e52bdccc..f8a80e6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,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.1" xmlformatter = "^0.2.8" pytest-check = "^2.8.0"