From 1ffceaa38411a14ab2bca246bb9cbbd975f3cf48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 05:13:49 +0000 Subject: [PATCH] Bump mkdocs-material from 7.2.6 to 7.2.7 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.2.6 to 7.2.7. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.2.6...7.2.7) --- 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 6f1e179d9..b01d09aca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -274,7 +274,7 @@ i18n = ["babel (>=2.9.0)"] [[package]] name = "mkdocs-material" -version = "7.2.6" +version = "7.2.7" description = "A Material Design theme for MkDocs" category = "main" optional = false @@ -555,7 +555,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "c796f8d971b20ad888b568527cf0b2691124733f6266d3388103a8afd094da61" +content-hash = "d2771741592c8d94564db8ac683a3e15944b3648215045dc5cea281e480715fe" [metadata.files] atomicwrites = [ @@ -697,8 +697,8 @@ mkdocs = [ {file = "mkdocs-1.2.2.tar.gz", hash = "sha256:a334f5bd98ec960638511366eb8c5abc9c99b9083a0ed2401d8791b112d6b078"}, ] mkdocs-material = [ - {file = "mkdocs-material-7.2.6.tar.gz", hash = "sha256:4bdeff63904680865676ceb3193216934de0b33fa5b2446e0a84ade60929ee54"}, - {file = "mkdocs_material-7.2.6-py2.py3-none-any.whl", hash = "sha256:4c6939b9d7d5c6db948ab02df8525c64211828ddf33286acea8b9d2115cec369"}, + {file = "mkdocs-material-7.2.7.tar.gz", hash = "sha256:2ce49ece52fc92a9728ea4a3aea941744bfe23442814a1e1db93368f858aee30"}, + {file = "mkdocs_material-7.2.7-py2.py3-none-any.whl", hash = "sha256:4be317aa17829746d9e36150207c5c6311fb82042dbd0a56ae2a3301a351fda1"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.1.tar.gz", hash = "sha256:6947fb7f5e4291e3c61405bad3539d81e0b3cd62ae0d66ced018128af509c68f"}, diff --git a/pyproject.toml b/pyproject.toml index 359f27c67..2d51bf71e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ gitpython = "^3.1.23" mdx_truly_sane_lists = "^1.2" mike = "^1.1.1" mkdocs = "^1.2.1" -mkdocs-material = "^7.2.6" +mkdocs-material = "^7.2.7" [tool.poetry.dev-dependencies] black = "^21.9b0"