diff --git a/poetry.lock b/poetry.lock index b8b4f98..b09b673 100644 --- a/poetry.lock +++ b/poetry.lock @@ -411,13 +411,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.47" +version = "9.5.49" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.47-py3-none-any.whl", hash = "sha256:53fb9c9624e7865da6ec807d116cd7be24b3cb36ab31b1d1d1a9af58c56009a2"}, - {file = "mkdocs_material-9.5.47.tar.gz", hash = "sha256:fc3b7a8e00ad896660bd3a5cc12ca0cb28bdc2bcbe2a946b5714c23ac91b0ede"}, + {file = "mkdocs_material-9.5.49-py3-none-any.whl", hash = "sha256:c3c2d8176b18198435d3a3e119011922f3e11424074645c24019c2dcf08a360e"}, + {file = "mkdocs_material-9.5.49.tar.gz", hash = "sha256:3671bb282b4f53a1c72e08adbe04d2481a98f85fed392530051f80ff94a9621d"}, ] [package.dependencies] @@ -934,4 +934,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "191298edf3f16de5aa7f7c270fb978bd025f558cc16e5a73fa5e38485ea179b9" +content-hash = "a9575fa3c13aa3e0f51278e8ea0761e9189bb341bf21441ddefa2445f0385ec6" diff --git a/pyproject.toml b/pyproject.toml index c47178d..f867616 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["linxside "] [tool.poetry.dependencies] python = "^3.8" mkdocs = "1.6.1" -mkdocs-material = "9.5.47" +mkdocs-material = "9.5.49" [tool.poetry.dev-dependencies] pytest = "^8.0.0"