From 93cc2fcee830f47580928fe6520f01a1d4ad8149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:50:21 -0700 Subject: [PATCH] Bump mkdocs-git-revision-date-localized-plugin in /.config/mkdocs (#1434) Bumps [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) from 1.2.8 to 1.2.9. - [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.8...v1.2.9) --- updated-dependencies: - dependency-name: mkdocs-git-revision-date-localized-plugin dependency-type: direct:production update-type: version-update:semver-patch ... 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 839c1b9cc0..0550b361e8 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.8" +version = "1.2.9" 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.8-py3-none-any.whl", hash = "sha256:c7ec3b1481ca23134269e84927bd8a5dc1aa359c0e515b832dbd5d25019b5748"}, - {file = "mkdocs_git_revision_date_localized_plugin-1.2.8.tar.gz", hash = "sha256:6e09c308bb27bcf36b211d17b74152ecc2837cdfc351237f70cffc723ef0fd99"}, + {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"}, ] [package.dependencies] @@ -799,4 +799,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d72506f10cc28b6cacf6a0dc83081048a9ebbbd2f7f44dd29e642268ee505a14" +content-hash = "c999ab380ce1c5bf68bc342bb654372a04d8becae633b36c46fa00f0694d0343" diff --git a/.config/mkdocs/pyproject.toml b/.config/mkdocs/pyproject.toml index 35c1ca14c6..ee388dfa66 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.28-insiders-4.53.11"} -mkdocs-git-revision-date-localized-plugin = "^1.2.8" +mkdocs-git-revision-date-localized-plugin = "^1.2.9" pymdown-extensions = "^10.9"