diff --git a/poetry.lock b/poetry.lock index 17b50325..c9ad5ebf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -187,13 +187,13 @@ smmap = ">=3.0.1,<4" [[package]] name = "gitpython" -version = "3.1.34" +version = "3.1.35" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.34-py3-none-any.whl", hash = "sha256:5d3802b98a3bae1c2b8ae0e1ff2e4aa16bcdf02c145da34d092324f599f01395"}, - {file = "GitPython-3.1.34.tar.gz", hash = "sha256:85f7d365d1f6bf677ae51039c1ef67ca59091c7ebd5a3509aa399d4eda02d6dd"}, + {file = "GitPython-3.1.35-py3-none-any.whl", hash = "sha256:c19b4292d7a1d3c0f653858db273ff8a6614100d1eb1528b014ec97286193c09"}, + {file = "GitPython-3.1.35.tar.gz", hash = "sha256:9cbefbd1789a5fe9bcf621bb34d3f441f3a90c8461d377f84eda73e721d9b06b"}, ] [package.dependencies] @@ -962,4 +962,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "56baa5f8d0c54556a0652c994ac3f54c4c8d9d8471399b1c7fe873c29aae5e27" +content-hash = "61ded00659efd4b553bfb4098e73b27c08272f2d3764a982db56406cca687970" diff --git a/pyproject.toml b/pyproject.toml index 0e4760c2..48215aed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python-dateutil = "^2.8.2" semver = "^3.0.1" # Documentation generation dependencies. -gitpython = "^3.1.34" +gitpython = "^3.1.35" mdx_truly_sane_lists = "^1.3" mike = "^1.1.2" mkdocs = "^1.5.2"