diff --git a/poetry.lock b/poetry.lock index 540f3f7..33efe6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -419,13 +419,13 @@ pytz = "*" [[package]] name = "mkdocs-material" -version = "9.5.30" +version = "9.5.34" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.30-py3-none-any.whl", hash = "sha256:fc070689c5250a180e9b9d79d8491ef9a3a7acb240db0728728d6c31eeb131d4"}, - {file = "mkdocs_material-9.5.30.tar.gz", hash = "sha256:3fd417dd42d679e3ba08b9e2d72cd8b8af142cc4a3969676ad6b00993dd182ec"}, + {file = "mkdocs_material-9.5.34-py3-none-any.whl", hash = "sha256:54caa8be708de2b75167fd4d3b9f3d949579294f49cb242515d4653dbee9227e"}, + {file = "mkdocs_material-9.5.34.tar.gz", hash = "sha256:1e60ddf716cfb5679dfd65900b8a25d277064ed82d9a53cd5190e3f894df7840"}, ] [package.dependencies] @@ -902,4 +902,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1c877798a3644022e3a103bc853d910114dbcea5b99290b7d50518ffd61552a4" +content-hash = "ae2d28ec38373c85afda5833afb2d13d6e805b0c2e1b58489cb942e3b7b1a72a" diff --git a/pyproject.toml b/pyproject.toml index ecf9228..6925066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -mkdocs-material = "^9.5.30" +mkdocs-material = "^9.5.34" mkdocs-minify-plugin = "^0.8.0" mkdocs-redirects = "^1.2.1" mkdocs-static-i18n = "^1.2.3"