From 0651b18d43a8132cb6201aa461aa9b59ff250886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:05:02 +0000 Subject: [PATCH] Update mkdocs-material requirement from ^8.5.9 to ^9.2.7 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.5.9...9.2.7) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 913ad13..b349c07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ mock = "^4.0.3" pytest = "^7.1.2" pytest-cov = "^2.11.1" coveralls = "^3.3.1" -mkdocs-material = "^8.5.9" +mkdocs-material = "^9.2.7" mkdocstrings = "0.19.0" types-requests = "^2.28.11" types-mock = "^4.0.15"