From 76c1afd347785b54952b9321f6f87e4e2267e7ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 06:34:30 +0000 Subject: [PATCH] chore(deps): update dependency mkdocs-minify-plugin to ^0.8.0 --- poetry.lock | 22 +++++++++++----------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4ab0af96..888665d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -427,13 +427,13 @@ files = [ colorama = ">=0.4" [[package]] -name = "htmlmin" -version = "0.1.12" +name = "htmlmin2" +version = "0.1.13" description = "An HTML Minifier" optional = false python-versions = "*" files = [ - {file = "htmlmin-0.1.12.tar.gz", hash = "sha256:50c1ef4630374a5d723900096a961cff426dff46b48f34d194a81bbe14eca178"}, + {file = "htmlmin2-0.1.13-py3-none-any.whl", hash = "sha256:75609f2a42e64f7ce57dbff28a39890363bde9e7e5885db633317efbdf8c79a2"}, ] [[package]] @@ -871,20 +871,20 @@ files = [ [[package]] name = "mkdocs-minify-plugin" -version = "0.5.0" +version = "0.8.0" description = "An MkDocs plugin to minify HTML, JS or CSS files prior to being written to disk" optional = false -python-versions = ">=3.0" +python-versions = ">=3.8" files = [ - {file = "mkdocs-minify-plugin-0.5.0.tar.gz", hash = "sha256:32d9e8fbd89327a0f4f648f517297aad344c1bad64cfde110d059bd2f2780a6d"}, - {file = "mkdocs_minify_plugin-0.5.0-py2-none-any.whl", hash = "sha256:487c31ae6b8b3230f56910ce6bcf5c7e6ad9a8c4f51c720a4b989f30c2b0233f"}, + {file = "mkdocs-minify-plugin-0.8.0.tar.gz", hash = "sha256:bc11b78b8120d79e817308e2b11539d790d21445eb63df831e393f76e52e753d"}, + {file = "mkdocs_minify_plugin-0.8.0-py3-none-any.whl", hash = "sha256:5fba1a3f7bd9a2142c9954a6559a57e946587b21f133165ece30ea145c66aee6"}, ] [package.dependencies] csscompressor = ">=0.9.5" -htmlmin = ">=0.1.4" -jsmin = ">=3.0.0" -mkdocs = ">=1.0.4" +htmlmin2 = ">=0.1.13" +jsmin = ">=3.0.1" +mkdocs = ">=1.4.1" [[package]] name = "mkdocs-pymdownx-material-extras" @@ -1669,4 +1669,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "70753e4dbedfbbaacd9441d2fb9e2874db34010b2f9e2cfef92250879abf195d" +content-hash = "8821be4357074fb0ea5d55ec5b5097940a83c56bdaf397c303a7f6e7585a0ffc" diff --git a/pyproject.toml b/pyproject.toml index c8b374fe..f39f246e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ mkdocs-same-dir = "^0.1.1" mkdocs-include-markdown-plugin = "^3.3.0" mkdocs-gen-files = "^0.5.0" mkdocs-autolinks-plugin = "^0.7.0" -mkdocs-minify-plugin = "^0.5.0" +mkdocs-minify-plugin = "^0.8.0" mkdocs-git-revision-date-localized-plugin = "^1.0.0" pytest-cov = "^4.0.0" stringcase = "^1.2.0"