From 83078e739dad84c893defc9885d0f5e3793ff928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 19:07:59 +0000 Subject: [PATCH] Bump mkdocs-minify-plugin from 0.7.2 to 0.8.0 Bumps [mkdocs-minify-plugin](https://github.com/byrnereese/mkdocs-minify-plugin) from 0.7.2 to 0.8.0. - [Release notes](https://github.com/byrnereese/mkdocs-minify-plugin/releases) - [Commits](https://github.com/byrnereese/mkdocs-minify-plugin/compare/0.7.2...0.8.0) --- updated-dependencies: - dependency-name: mkdocs-minify-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a5969b3..a85fd08 100644 --- a/poetry.lock +++ b/poetry.lock @@ -531,13 +531,13 @@ files = [ [[package]] name = "mkdocs-minify-plugin" -version = "0.7.2" +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.8" files = [ - {file = "mkdocs-minify-plugin-0.7.2.tar.gz", hash = "sha256:6a551e22d6517eaef9e1890afd60021dc1dcd1255de02d266f588d1ace040713"}, - {file = "mkdocs_minify_plugin-0.7.2-py3-none-any.whl", hash = "sha256:ae8bfc4a68806883e990ea025938b3f989da7b9fa08ea8390dba47adf25e0c5b"}, + {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] @@ -1048,4 +1048,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "54c06cc1c44424598d8922e7cd81dc1217499978baf4a4c0897f5c21eda10397" +content-hash = "316deb419f7143c1d23e26f95300703955db5c77100056be270229160fa3ea9b" diff --git a/pyproject.toml b/pyproject.toml index 7bf6dce..ab07f37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" mkdocs-material = {git = "https://github.com/squidfunk/mkdocs-material-insiders.git"} -mkdocs-minify-plugin = "^0.7.2" +mkdocs-minify-plugin = "^0.8.0" Pillow = "^10.1.0" CairoSVG = "^2.7.0" pngquant = "^1.0.7"