From d3d6e759cdd15f3e8ef6918831cc16914068ba8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:54:04 -0700 Subject: [PATCH] Bump mkdocs-git-revision-date-localized-plugin in /.config/mkdocs (#1454) Bumps [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) from 1.2.9 to 1.3.0. - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases) - [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.9...v1.3.0) --- updated-dependencies: - dependency-name: mkdocs-git-revision-date-localized-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .config/mkdocs/poetry.lock | 8 ++++---- .config/mkdocs/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/mkdocs/poetry.lock b/.config/mkdocs/poetry.lock index 72db887364..b765bd8593 100644 --- a/.config/mkdocs/poetry.lock +++ b/.config/mkdocs/poetry.lock @@ -356,13 +356,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-git-revision-date-localized-plugin" -version = "1.2.9" +version = "1.3.0" description = "Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file." optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_git_revision_date_localized_plugin-1.2.9-py3-none-any.whl", hash = "sha256:dea5c8067c23df30275702a1708885500fadf0abfb595b60e698bffc79c7a423"}, - {file = "mkdocs_git_revision_date_localized_plugin-1.2.9.tar.gz", hash = "sha256:df9a50873fba3a42ce9123885f8c53d589e90ef6c2443fe3280ef1e8d33c8f65"}, + {file = "mkdocs_git_revision_date_localized_plugin-1.3.0-py3-none-any.whl", hash = "sha256:c99377ee119372d57a9e47cff4e68f04cce634a74831c06bc89b33e456e840a1"}, + {file = "mkdocs_git_revision_date_localized_plugin-1.3.0.tar.gz", hash = "sha256:439e2f14582204050a664c258861c325064d97cdc848c541e48bb034a6c4d0cb"}, ] [package.dependencies] @@ -799,4 +799,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "21ed757d3047f0ec3cf0a28c807f9ea05784e738e4e34b18b270e2420becc290" +content-hash = "71f1ab807c12d280bc2ff5305b564be61da12dfd932bbc00355bbbb7527ef2fc" diff --git a/.config/mkdocs/pyproject.toml b/.config/mkdocs/pyproject.toml index feca91fcd0..2459e664ae 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.5.39-insiders-4.53.14"} -mkdocs-git-revision-date-localized-plugin = "^1.2.9" +mkdocs-git-revision-date-localized-plugin = "^1.3.0" pymdown-extensions = "^10.11"