diff --git a/poetry.lock b/poetry.lock index 3a27e8eb7..1040bbf48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1160,14 +1160,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.44" +version = "3.1.45" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "GitPython-3.1.44-py3-none-any.whl", hash = "sha256:9e0e10cda9bed1ee64bc9a6de50e7e38a9c9943241cd7f585f6df3ed28011110"}, - {file = "gitpython-3.1.44.tar.gz", hash = "sha256:c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269"}, + {file = "gitpython-3.1.45-py3-none-any.whl", hash = "sha256:8908cb2e02fb3b93b7eb0f2827125cb699869470432cc885f019b8fd0fccff77"}, + {file = "gitpython-3.1.45.tar.gz", hash = "sha256:85b0ee964ceddf211c41b9f27a49086010a190fd8132a24e21f362a4b36a791c"}, ] [package.dependencies] @@ -3494,4 +3494,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "1adbfa30017f00f8b1d7dbf92f4e7e0330b48c39661ca2c9e03bb7c5470ad162" +content-hash = "426cccd3086cd332afb6f2d8ce4029199d9bdd1950111f869dc2571dc2b03aeb" diff --git a/pyproject.toml b/pyproject.toml index 95ca64a18..af183422e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ ruff = "^0.11.13" docopt = "^0.6.2" jsonpath-rw = "^1.4.0" semver = "^3.0.4" -gitpython = "^3.1.44" +gitpython = "^3.1.45" pytest = "^8.4.1" pytest-asyncio = "^1.1.0" pytest-cov = "^6.0.0"