From 73b927f7c7ef71a499401a7506d96609da912ae1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 22:16:45 +0000 Subject: [PATCH] Update dependency mkdocs-include-markdown-plugin to v6.0.3 (#214) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mkdocs-include-markdown-plugin](https://togithub.com/mondeja/mkdocs-include-markdown-plugin#documentation) ([changelog](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases)) | `6.0.2` -> `6.0.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mkdocs-include-markdown-plugin/6.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mkdocs-include-markdown-plugin/6.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mkdocs-include-markdown-plugin/6.0.2/6.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mkdocs-include-markdown-plugin/6.0.2/6.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mondeja/mkdocs-include-markdown-plugin (mkdocs-include-markdown-plugin) ### [`v6.0.3`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v6.0.3) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.0.2...v6.0.3) #### Enhancements - Add `mkdocs>=1.4` as dependency.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fulcrum-so/ziggy-pydust). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 04001801..a224ac57 100644 --- a/poetry.lock +++ b/poetry.lock @@ -419,16 +419,17 @@ min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-imp [[package]] name = "mkdocs-include-markdown-plugin" -version = "6.0.2" +version = "6.0.3" description = "Mkdocs Markdown includer plugin." optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_include_markdown_plugin-6.0.2-py3-none-any.whl", hash = "sha256:29b87c51f75587e62a2c570cd773fed73cf933aed5167c914f6c56067f524d91"}, - {file = "mkdocs_include_markdown_plugin-6.0.2.tar.gz", hash = "sha256:19f3671af17c6e20b959a202520509800d907101a76df74953dc751bc833e159"}, + {file = "mkdocs_include_markdown_plugin-6.0.3-py3-none-any.whl", hash = "sha256:8f9262cf4246ebc33dcdfbdb40c1253b7c9ad79e0f8dc2a9e338b1fb761d8e02"}, + {file = "mkdocs_include_markdown_plugin-6.0.3.tar.gz", hash = "sha256:9799ea8ac9179e9e91ab58869421be60a2585e3d9c4a53181d37a49d9a1780db"}, ] [package.dependencies] +mkdocs = ">=1.4" wcmatch = ">=8,<9" [package.extras]