diff --git a/poetry.lock b/poetry.lock index 1c63ae2d..cbfc3c88 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.2.3" +version = "5.3.0" [package.dependencies] Pygments = ">=2.4" @@ -451,7 +451,7 @@ pathspec = ">=0.5.3" pyyaml = "*" [metadata] -content-hash = "2c778a7faac7136ccb22345b5af0bc6e5db4ebfcba034c3efe0d0c88952fb1e1" +content-hash = "8ca07ec6eaeb08191140f9c2250eb8966b71c1ec995be30d38322b82d1581fc0" 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.2.3.tar.gz", hash = "sha256:aeb6b9f6601e3d1062d041924adfe60bc93f2d4a1f75cceab60dd17c58737bfb"}, - {file = "mkdocs_material-5.2.3-py2.py3-none-any.whl", hash = "sha256:0e23096b385cb28145c56e455db98d49ccac54d06a07ca0817f1f47015299338"}, + {file = "mkdocs-material-5.3.0.tar.gz", hash = "sha256:d2fc5e326ddc7c13a6e43592364aadd7dc3ccc5b6d4c971200e6af8d22a94f71"}, + {file = "mkdocs_material-5.3.0-py2.py3-none-any.whl", hash = "sha256:7c76bd98bff1c846f551e302a9c1fdd14c744c9603449eccee4aa0eafc58ffe6"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.tar.gz", hash = "sha256:17d7491e189af75700310b7ec33c6c48a22060b8b445001deca040cb60471cde"}, diff --git a/pyproject.toml b/pyproject.toml index ef22afa3..a466739d 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.2.3" +mkdocs-material = "^5.3.0" [tool.poetry.dev-dependencies] dependencies = "^1.0"