From 3217e5186ea17e93f26e62da1db47f1f6613da29 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Wed, 20 Dec 2023 08:48:01 +0100 Subject: [PATCH] Update mkdocs-minify-plugin requirement from ~=0.7.1 to ~=0.7.2 (#174) (#175) Updates the requirements on [mkdocs-minify-plugin](https://github.com/byrnereese/mkdocs-minify-plugin) to permit the latest version. - [Release notes](https://github.com/byrnereese/mkdocs-minify-plugin/releases) - [Commits](https://github.com/byrnereese/mkdocs-minify-plugin/compare/0.7.1...0.7.2) --- updated-dependencies: - dependency-name: mkdocs-minify-plugin dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_docs.txt b/requirements_docs.txt index 1ab6778..475bb86 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -3,5 +3,5 @@ mike~=2.0 mkdocs~=1.5 mkdocs-awesome-pages-plugin~=2.9 mkdocs-material~=9.5 -mkdocs-minify-plugin~=0.7.1 +mkdocs-minify-plugin~=0.7.2 mkdocstrings[python]~=0.24.0