From 784f12d7373b28611826d40e1cc44d709f5b4b77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 22:57:33 +0000 Subject: [PATCH] chore(deps): Bump mkdocs-material from 9.1.8 to 9.1.11 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.8 to 9.1.11. - [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/9.1.8...9.1.11) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... 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 266f328..a2afc39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -501,14 +501,14 @@ natsort = "*" [[package]] name = "mkdocs-material" -version = "9.1.8" +version = "9.1.11" description = "Documentation that simply works" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "mkdocs_material-9.1.8-py3-none-any.whl", hash = "sha256:ac76e31bf52b2742c08a9d6629d64878f32dda5c949cd371082e25106c9be7dd"}, - {file = "mkdocs_material-9.1.8.tar.gz", hash = "sha256:616ef98fc143b3ec8c559e2fec85f32103d2093e9c88333964d93105ea2d670b"}, + {file = "mkdocs_material-9.1.11-py3-none-any.whl", hash = "sha256:fbc86d50ec2cf34d40d5c4365780f290ceedde23f1a0704323b34e7f16b0c0dd"}, + {file = "mkdocs_material-9.1.11.tar.gz", hash = "sha256:f5d473eb79d6640a5e668d4b2ab5b9de5e76ae0a0e2d864112df0cfe9016dc1d"}, ] [package.dependencies] @@ -966,4 +966,4 @@ testing = ["func-timeout", "jaraco.itertools", "jaraco.test (>=3.2.0)", "pytest [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "68762dc604d28b14e113d29082689dc15fc8a50a283a4eabb7588d06290a1cbb" +content-hash = "4c1f34215eb0c77cc5630a2f87409faec7dd6d627558368170ec944328cf1f1f" diff --git a/pyproject.toml b/pyproject.toml index 26426f7..e365355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.7" # main mkdocs = "^1.3" # themes -mkdocs-material = "9.1.8" +mkdocs-material = "9.1.11" mkdocs-rtd-dropdown = "1.0.2" mkdocs-gitbook = "0.0.1" mkdocs-ivory = "0.4.6"