From c951f93b2c65a943f1403d3ddaeb0d9d8d764893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 15:22:50 +0000 Subject: [PATCH] Bump mkdocs-include-markdown-plugin from 6.0.4 to 6.0.7 Bumps [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) from 6.0.4 to 6.0.7. - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.0.4...v6.0.7) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6b20ada..2bac1c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "babel" @@ -523,13 +523,13 @@ files = [ [[package]] name = "mkdocs-include-markdown-plugin" -version = "6.0.4" +version = "6.0.7" description = "Mkdocs Markdown includer plugin." optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_include_markdown_plugin-6.0.4-py3-none-any.whl", hash = "sha256:e7b8b5ecc41d6a3e16969cff3725ec3a391b68e9dfe1a4b4e36a8508becda835"}, - {file = "mkdocs_include_markdown_plugin-6.0.4.tar.gz", hash = "sha256:523c9c3a1d6a517386dc11bf60b0c0c564af1071bb6de8d213106d54f752dcc1"}, + {file = "mkdocs_include_markdown_plugin-6.0.7-py3-none-any.whl", hash = "sha256:b2dfda2cea33b0637e90e11810e4a852adce2d876f3114c07a0be0d9be7b6fdb"}, + {file = "mkdocs_include_markdown_plugin-6.0.7.tar.gz", hash = "sha256:7a2375bcae9bfdb70a6efec8b13c0e558e326642497c4177fd1f52ef120d5201"}, ] [package.dependencies] @@ -1220,4 +1220,4 @@ bracex = ">=2.1.1" [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "e5c7a48879d3b3e28d6f74533b47392822457b5648715a4bbca50238d66c630f" +content-hash = "479516f92b2cf3740e33027754e1653521d2d85e6d3c4da31daf46c29ade58cb" diff --git a/pyproject.toml b/pyproject.toml index 7677fde..60b81dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ mkdocs-awesome-pages-plugin = "^2.9.2" mkdocs-calendar-plugin = "^0.4.0" mkdocs-git-revision-date-localized-plugin = "^1.2.4" mkdocs-glightbox = "^0.3.4" -mkdocs-include-markdown-plugin = "^6.0.4" +mkdocs-include-markdown-plugin = "^6.0.7" mkdocs-jconfig-plugin = "^0.1.1" mkdocs-macros-plugin = "^1.0.5" mkdocs-material = "^9.5.13"