From 4c0ec42ec2357c027f3a17b1e84d43430c1e985e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 02:40:33 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocs-git-revision-date-localized-plugin Bumps [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) from 1.2.6 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.6...v1.3.0) --- updated-dependencies: - dependency-name: mkdocs-git-revision-date-localized-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- streampipes-client-python/poetry.lock | 13 +++++++++---- streampipes-client-python/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/streampipes-client-python/poetry.lock b/streampipes-client-python/poetry.lock index 904c11ed1b..c83e3dc6c2 100644 --- a/streampipes-client-python/poetry.lock +++ b/streampipes-client-python/poetry.lock @@ -1567,13 +1567,13 @@ mkdocs = ">=1.0.3" [[package]] name = "mkdocs-git-revision-date-localized-plugin" -version = "1.2.6" +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.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.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] @@ -1582,6 +1582,11 @@ GitPython = "*" mkdocs = ">=1.0" pytz = "*" +[package.extras] +all = ["GitPython", "babel (>=2.7.0)", "click", "codecov", "mkdocs (>=1.0)", "mkdocs-gen-files", "mkdocs-git-authors-plugin", "mkdocs-material", "mkdocs-static-i18n", "pytest", "pytest-cov", "pytz"] +base = ["GitPython", "babel (>=2.7.0)", "mkdocs (>=1.0)", "pytz"] +dev = ["click", "codecov", "mkdocs-gen-files", "mkdocs-git-authors-plugin", "mkdocs-material", "mkdocs-static-i18n", "pytest", "pytest-cov"] + [[package]] name = "mkdocs-jupyter" version = "0.24.0" @@ -3879,4 +3884,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">3.8.1,<3.12" -content-hash = "c39c290ccabf05074d2589eb1015783a4ad1d501cb3e14a77d1776b63c576129" +content-hash = "722f4fc3251b31c4742e93fceed39f1a56223f092d1fd86a15536c662932bc0a" diff --git a/streampipes-client-python/pyproject.toml b/streampipes-client-python/pyproject.toml index 108fd4daa4..01c32ca758 100644 --- a/streampipes-client-python/pyproject.toml +++ b/streampipes-client-python/pyproject.toml @@ -86,7 +86,7 @@ mike = { git = "https://github.com/jimporter/mike.git", rev = "872f72def32f58890 mkdocs = "1.5.2" mkdocs-awesome-pages-plugin = "2.9.0" mkdocs-gen-files = "0.5.0" -mkdocs-git-revision-date-localized-plugin = "1.2.6" +mkdocs-git-revision-date-localized-plugin = "1.3.0" mkdocs-jupyter = "0.24.0" mkdocs-literate-nav = "0.6.0" mkdocs-material = "9.3.2"