diff --git a/poetry.lock b/poetry.lock index 584def47..92aa08e9 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.3" [package.dependencies] Pygments = ">=2.4" @@ -451,7 +451,7 @@ pathspec = ">=0.5.3" pyyaml = "*" [metadata] -content-hash = "c11233fc00322ed5a6a18a679744e6b2c8a51a773630029e07ce7a71889124ab" +content-hash = "1e7a642aab545d1df74d02070dcb21bd18a989675bc5216e477272ccad4f604e" 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.3.tar.gz", hash = "sha256:c604e1600b8f59827c53ce29505070fa24766a5ea32c18c2a99fe5769ee4b31c"}, + {file = "mkdocs_material-5.5.3-py2.py3-none-any.whl", hash = "sha256:a1d92cc8e42a83235e4be1ea6906cf839f2f9d6fb4709c9ea0b20591fa5bfc14"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.tar.gz", hash = "sha256:17d7491e189af75700310b7ec33c6c48a22060b8b445001deca040cb60471cde"}, diff --git a/pyproject.toml b/pyproject.toml index 2e270f71..db921f29 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.3" [tool.poetry.dev-dependencies] dependencies = "^1.0"