diff --git a/poetry.lock b/poetry.lock index 57d0633..1003371 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "babel" @@ -504,13 +504,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-git-committers-plugin-2" -version = "2.4.1" +version = "2.5.0" description = "An MkDocs plugin to create a list of contributors on the page. The git-committers plugin will seed the template context with a list of GitHub or GitLab committers and other useful GIT info such as last modified date" optional = false python-versions = "<4,>=3.8" files = [ - {file = "mkdocs_git_committers_plugin_2-2.4.1-py3-none-any.whl", hash = "sha256:ec9c1d81445606c471337d1c4a1782c643b7377077b545279dc18b86b7362c6d"}, - {file = "mkdocs_git_committers_plugin_2-2.4.1.tar.gz", hash = "sha256:ea1f80a79cedc42289e0b8e973276df04fb94f56e0ae3efc5385fb28547cf5cb"}, + {file = "mkdocs_git_committers_plugin_2-2.5.0-py3-none-any.whl", hash = "sha256:1778becf98ccdc5fac809ac7b62cf01d3c67d6e8432723dffbb823307d1193c4"}, + {file = "mkdocs_git_committers_plugin_2-2.5.0.tar.gz", hash = "sha256:a01f17369e79ca28651681cddf212770e646e6191954bad884ca3067316aae60"}, ] [package.dependencies] @@ -1064,4 +1064,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2babdc6ff6bffe18d0a27790fa25df161fbbc2b06d4d272d5ebad2db855aa129" +content-hash = "d508a3f9386aa3079296cb6262b8a91668f8797439edf173ae9cf66dafe6ec0d" diff --git a/pyproject.toml b/pyproject.toml index a64289d..92e2245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" mkdocs-material = {extras = ["imaging"], version = "^9.5.43"} -mkdocs-git-committers-plugin-2 = "^2.4.1" +mkdocs-git-committers-plugin-2 = "^2.5.0" [build-system]