diff --git a/poetry.lock b/poetry.lock index 82a3220..d576653 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1119,13 +1119,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.44" +version = "9.5.48" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.44-py3-none-any.whl", hash = "sha256:47015f9c167d58a5ff5e682da37441fc4d66a1c79334bfc08d774763cacf69ca"}, - {file = "mkdocs_material-9.5.44.tar.gz", hash = "sha256:f3a6c968e524166b3f3ed1fb97d3ed3e0091183b0545cedf7156a2a6804c56c0"}, + {file = "mkdocs_material-9.5.48-py3-none-any.whl", hash = "sha256:b695c998f4b939ce748adbc0d3bff73fa886a670ece948cf27818fa115dc16f8"}, + {file = "mkdocs_material-9.5.48.tar.gz", hash = "sha256:a582531e8b34f4c7ed38c29d5c44763053832cf2a32f7409567e0c74749a47db"}, ] [package.dependencies] @@ -2476,4 +2476,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9b206eb9e11edd36201f4aa28ab3a6a93033bfb09abec7f7984377dea9c691f2" +content-hash = "b9efb1f8aa103cfc1836ffa3aba6adb82188ec9136be78111b1ccf610bf67d3d" diff --git a/pyproject.toml b/pyproject.toml index 8cc4ca9..a3b75e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest-cov = "^6.0.0" [tool.poetry.group.docs.dependencies] -mkdocs-material = "^9.5.44" +mkdocs-material = "^9.5.48" [build-system] requires = ["poetry-core"]