diff --git a/poetry.lock b/poetry.lock index d3e3e69ce..e0ed46906 100644 --- a/poetry.lock +++ b/poetry.lock @@ -129,11 +129,11 @@ smmap = ">=3.0.1,<4" [[package]] name = "gitpython" -version = "3.1.20" -description = "Python Git Library" +version = "3.1.23" +description = "GitPython is a python library used to interact with Git repositories" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] gitdb = ">=4.0.1,<5" @@ -555,7 +555,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "6f38992d1a5ac6dfb4765e03b050903b731824440646c68ade0d4db0cfb73870" +content-hash = "dec3915f2035a8c5211af1956057180bb81865064dd43628478701fa68ff2f15" [metadata.files] atomicwrites = [ @@ -598,8 +598,8 @@ gitdb = [ {file = "gitdb-4.0.5.tar.gz", hash = "sha256:c9e1f2d0db7ddb9a704c2a0217be31214e91a4fe1dea1efad19ae42ba0c285c9"}, ] gitpython = [ - {file = "GitPython-3.1.20-py3-none-any.whl", hash = "sha256:b1e1c269deab1b08ce65403cf14e10d2ef1f6c89e33ea7c5e5bb0222ea593b8a"}, - {file = "GitPython-3.1.20.tar.gz", hash = "sha256:df0e072a200703a65387b0cfdf0466e3bab729c0458cf6b7349d0e9877636519"}, + {file = "GitPython-3.1.23-py3-none-any.whl", hash = "sha256:de2e2aff068097b23d6dca5daf588078fd8996a4218f6ffa704a662c2b54f9ac"}, + {file = "GitPython-3.1.23.tar.gz", hash = "sha256:aaae7a3bfdf0a6db30dc1f3aeae47b71cd326d86b936fe2e158aa925fdf1471c"}, ] importlib-metadata = [ {file = "importlib_metadata-4.6.3-py3-none-any.whl", hash = "sha256:51c6635429c77cf1ae634c997ff9e53ca3438b495f10a55ba28594dd69764a8b"}, diff --git a/pyproject.toml b/pyproject.toml index 4a3ac43f6..30f611514 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python-dateutil = "^2.8.2" semver = "^2.13.0" # Documentation generation dependencies. -gitpython = "^3.1.20" +gitpython = "^3.1.23" mdx_truly_sane_lists = "^1.2" mike = "^1.1.0" mkdocs = "^1.2.1"