diff --git a/poetry.lock b/poetry.lock index 5a99b8bcd..cd0d1fcd1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -421,13 +421,13 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.32" +version = "3.1.34" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.32-py3-none-any.whl", hash = "sha256:e3d59b1c2c6ebb9dfa7a184daf3b6dd4914237e7488a1730a6d8f6f5d0b4187f"}, - {file = "GitPython-3.1.32.tar.gz", hash = "sha256:8d9b8cb1e80b9735e8717c9362079d3ce4c6e5ddeebedd0361b228c3a67a62f6"}, + {file = "GitPython-3.1.34-py3-none-any.whl", hash = "sha256:5d3802b98a3bae1c2b8ae0e1ff2e4aa16bcdf02c145da34d092324f599f01395"}, + {file = "GitPython-3.1.34.tar.gz", hash = "sha256:85f7d365d1f6bf677ae51039c1ef67ca59091c7ebd5a3509aa399d4eda02d6dd"}, ] [package.dependencies] @@ -1714,4 +1714,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "55741959f54d40ef6115abd32a1118390bf61ba365894441a6df6f019b8a0456" +content-hash = "e16a247052565b4e93551be0366051d81585a37b8c3562a1fb2d32715086eae7" diff --git a/pyproject.toml b/pyproject.toml index 445f3aca0..522354997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ stubs = "^1.0.0" types-requests = "^2.27.25" tqdm = "^4.64.0" certifi = "2023.7.22" -gitpython = "3.1.32" +gitpython = "3.1.34" dparse = "0.5.2" [tool.poetry.dev-dependencies]