From d405f33f47b0ee682ecb1ea60af31e310db1f70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:51:10 -0700 Subject: [PATCH] Bump mkdocs-git-revision-date-localized-plugin in /.config/mkdocs (#1420) Bumps [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) from 1.2.6 to 1.2.7. - [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.6...v1.2.7) --- 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 3c92b9bb92..d5da8f7471 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.6" +version = "1.2.7" 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.6-py3-none-any.whl", hash = "sha256:f015cb0f3894a39b33447b18e270ae391c4e25275cac5a626e80b243784e2692"}, - {file = "mkdocs_git_revision_date_localized_plugin-1.2.6.tar.gz", hash = "sha256:e432942ce4ee8aa9b9f4493e993dee9d2cc08b3ea2b40a3d6b03ca0f2a4bcaa2"}, + {file = "mkdocs_git_revision_date_localized_plugin-1.2.7-py3-none-any.whl", hash = "sha256:d2b30ccb74ec8e118298758d75ae4b4f02c620daf776a6c92fcbb58f2b78f19f"}, + {file = "mkdocs_git_revision_date_localized_plugin-1.2.7.tar.gz", hash = "sha256:2f83b52b4dad642751a79465f80394672cbad022129286f40d36b03aebee490f"}, ] [package.dependencies] @@ -794,4 +794,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8c0ffb52b82d07a55e7d80ba48e0083ba1be6d0b59a199c220b612d8db4aabe7" +content-hash = "d1718f70804224cd5f51c169febb90fa18570dbf854ed896d98305146003cb1b" diff --git a/.config/mkdocs/pyproject.toml b/.config/mkdocs/pyproject.toml index 116ee2c12f..4a49206f7d 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.6" +mkdocs-git-revision-date-localized-plugin = "^1.2.7" pymdown-extensions = "^10.7"