From 00c8c8fc83b24820fb369becf924d6bd23f90cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 13:38:12 +0000 Subject: [PATCH] Update mkdocs-material requirement from ~=8.3 to ~=8.4 (#442) Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.3.0...8.4.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 dda91ef3a..c19c71f84 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -2,5 +2,5 @@ invoke~=1.7 mike~=1.1 mkdocs~=1.3 mkdocs-awesome-pages-plugin~=2.8 -mkdocs-material~=8.3 +mkdocs-material~=8.4 mkdocstrings[python]~=0.19.0