diff --git a/poetry.lock b/poetry.lock index 7ea9941e137..d7787a2ebe8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -692,7 +692,7 @@ mkdocs = ">=0.17" [[package]] name = "mkdocs-material" -version = "8.5.3" +version = "8.5.4" description = "Documentation that simply works" category = "dev" optional = false @@ -1383,7 +1383,7 @@ pydantic = ["pydantic", "email-validator"] [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "38255d108f6ff5c2539c3df5d1924fc8ec5eb1baa74a249734caf36e48f9e111" +content-hash = "bfa6597ca1a4b8e1199f55f2404e7caee56d30274072624165533b39f726e0a2" [metadata.files] atomicwrites = [ @@ -1734,8 +1734,8 @@ mkdocs-git-revision-date-plugin = [ {file = "mkdocs_git_revision_date_plugin-0.3.2-py3-none-any.whl", hash = "sha256:2e67956cb01823dd2418e2833f3623dee8604cdf223bddd005fe36226a56f6ef"}, ] mkdocs-material = [ - {file = "mkdocs_material-8.5.3-py3-none-any.whl", hash = "sha256:d194c38041d1e83560221022b3f85eec4604b35e44f5c3a488c24b88542074ed"}, - {file = "mkdocs_material-8.5.3.tar.gz", hash = "sha256:43b0aa707d6f9acd836024cab2dce9330957c94a4e1e41c23ee6c8ce67b4d8c5"}, + {file = "mkdocs_material-8.5.4-py3-none-any.whl", hash = "sha256:aec2f0f2143109f8388aadf76e6fff749a2b74ebe730d0f674c65b53da89d19d"}, + {file = "mkdocs_material-8.5.4.tar.gz", hash = "sha256:70dc47820d4765b77968b9119f2957d09b4d8d328d950bee4544ff224d5c7b36"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.3.tar.gz", hash = "sha256:bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2"}, diff --git a/pyproject.toml b/pyproject.toml index 0e62a392ee4..cbf4c10591e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ mypy-boto3-xray = { version = "^1.24.0", python = ">=3.7" } types-requests = "^2.28.11" typing-extensions = { version = "^4.3.0", python = ">=3.7" } python-snappy = "^0.6.1" -mkdocs-material = { version = "^8.5.3", python = ">=3.7" } +mkdocs-material = { version = "^8.5.4", python = ">=3.7" } filelock = { version = "^3.8.0", python = ">=3.7" } # Maintenance: 2022-09-19 pinned mako to fix vulnerability as a pdoc3 dependency. Remove once we drop python 3.6. Mako = {version = "1.2.3", python = ">=3.7"}