From 5fa9d3d987c92f907354a35b4fa5e4f4230d6c3b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 05:46:38 +0000 Subject: [PATCH] Bump mkdocs-material from 5.3.3 to 5.5.0 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.3.3 to 5.5.0. - [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/5.3.3...5.5.0) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 584def47..244e6ba2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -233,7 +233,7 @@ description = "A Material Design theme for MkDocs" name = "mkdocs-material" optional = false python-versions = "*" -version = "5.3.3" +version = "5.5.0" [package.dependencies] Pygments = ">=2.4" @@ -451,7 +451,7 @@ pathspec = ">=0.5.3" pyyaml = "*" [metadata] -content-hash = "c11233fc00322ed5a6a18a679744e6b2c8a51a773630029e07ce7a71889124ab" +content-hash = "4f6364dfc1689facea162c21285c662ec6e64ece146303083ad0c260410dd9a0" python-versions = "^3.8" [metadata.files] @@ -568,8 +568,8 @@ mkdocs = [ {file = "mkdocs-1.1.2.tar.gz", hash = "sha256:f0b61e5402b99d7789efa032c7a74c90a20220a9c81749da06dbfbcbd52ffb39"}, ] mkdocs-material = [ - {file = "mkdocs-material-5.3.3.tar.gz", hash = "sha256:d2a1aba57b230b522734255974c751cec4c2f0c94abd772313da0183853233f8"}, - {file = "mkdocs_material-5.3.3-py2.py3-none-any.whl", hash = "sha256:3755925ef9aa0b25502f6e9c33d96dada84929bec29d6f27b4322a7a6ae3b3a0"}, + {file = "mkdocs-material-5.5.0.tar.gz", hash = "sha256:6497ce2aa1ee3473a4e11897ffaade84419297388ba9459caeb6255c848e682c"}, + {file = "mkdocs_material-5.5.0-py2.py3-none-any.whl", hash = "sha256:b2c113340a9843d955383e8138dc0c5b29eb47dbfa279fbfd6e5f44545398cbe"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.tar.gz", hash = "sha256:17d7491e189af75700310b7ec33c6c48a22060b8b445001deca040cb60471cde"}, diff --git a/pyproject.toml b/pyproject.toml index 2e270f71..e4a205c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Artem Malyshev "] python = "^3.8" ghp-import = "^0.5.5" mkdocs = "^1.1" -mkdocs-material = "^5.3.3" +mkdocs-material = "^5.5.0" [tool.poetry.dev-dependencies] dependencies = "^1.0"