From 9cd94e16025e997a74b8b5c4ed5c1c1332682f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:26:14 +0000 Subject: [PATCH] Bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.0 Bumps [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) from 6.0.4 to 6.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin dependency-type: direct:production update-type: version-update:semver-minor ... 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..0a1a24c 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.2.0" 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.2.0-py3-none-any.whl", hash = "sha256:32f03b127369b79df803eca2490e5564e38ae72108d6a4292f3717ca684ed1fc"}, + {file = "mkdocs_include_markdown_plugin-6.2.0.tar.gz", hash = "sha256:c9f63eeebc0e34d64236c88f3cf6696c03ca99d74e4b57fe86701e8942d53ba5"}, ] [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 = "4f504d29f76fa6ebef07bb8b2c9583df7be8549986fc2453233f71f7f4898bc6" diff --git a/pyproject.toml b/pyproject.toml index 7677fde..d24574b 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.2.0" mkdocs-jconfig-plugin = "^0.1.1" mkdocs-macros-plugin = "^1.0.5" mkdocs-material = "^9.5.13"