diff --git a/.config/mkdocs/poetry.lock b/.config/mkdocs/poetry.lock index 57975e61d1..376d55c8bf 100644 --- a/.config/mkdocs/poetry.lock +++ b/.config/mkdocs/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "babel" @@ -473,13 +473,13 @@ min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-imp [[package]] name = "mkdocs-git-revision-date-localized-plugin" -version = "1.2.1" +version = "1.2.2" description = "Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file." optional = false python-versions = ">=3.6" files = [ - {file = "mkdocs-git-revision-date-localized-plugin-1.2.1.tar.gz", hash = "sha256:fc5b23a9d572cbba0114e9e17152001d01724990cb308830e58291fa614faf73"}, - {file = "mkdocs_git_revision_date_localized_plugin-1.2.1-py3-none-any.whl", hash = "sha256:d57dc99d67af917899e69c392f1ebccd1779fa243d641255469b03f8a3596b96"}, + {file = "mkdocs-git-revision-date-localized-plugin-1.2.2.tar.gz", hash = "sha256:0c43a9aac1fa69df99a823f833cc223bac9967b60d5261a857761c7c6e3b30de"}, + {file = "mkdocs_git_revision_date_localized_plugin-1.2.2-py3-none-any.whl", hash = "sha256:85c7fe9ab06e7a63c4e522c26fee8b51d357cb8cbe605064501ad80f4f31cb94"}, ] [package.dependencies] @@ -927,4 +927,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "58c5ab65e3cc27fac1f9ecb5ec16d5f9d6ae87295016465b71048517dcecb1c6" +content-hash = "8f3595e9378103361ac461911527840576aa6c1e5334bcf8149a544314abeea2" diff --git a/.config/mkdocs/pyproject.toml b/.config/mkdocs/pyproject.toml index 994158da36..2e75a3be93 100644 --- a/.config/mkdocs/pyproject.toml +++ b/.config/mkdocs/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" mkdocs-material = {git = "https://github.com/squidfunk/mkdocs-material-insiders.git", rev = "9.0.6-insiders-4.28.1"} -mkdocs-git-revision-date-localized-plugin = "^1.2.1" +mkdocs-git-revision-date-localized-plugin = "^1.2.2" [build-system]