diff --git a/poetry.lock b/poetry.lock index 495fc0f..e4053b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -784,13 +784,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.42" +version = "9.5.44" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.42-py3-none-any.whl", hash = "sha256:452a7c5d21284b373f36b981a2cbebfff59263feebeede1bc28652e9c5bbe316"}, - {file = "mkdocs_material-9.5.42.tar.gz", hash = "sha256:92779b5e9b5934540c574c11647131d217dc540dce72b05feeda088c8eb1b8f2"}, + {file = "mkdocs_material-9.5.44-py3-none-any.whl", hash = "sha256:47015f9c167d58a5ff5e682da37441fc4d66a1c79334bfc08d774763cacf69ca"}, + {file = "mkdocs_material-9.5.44.tar.gz", hash = "sha256:f3a6c968e524166b3f3ed1fb97d3ed3e0091183b0545cedf7156a2a6804c56c0"}, ] [package.dependencies] @@ -1524,4 +1524,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1312e7f284eff8c61c003703f744bd599d024e50be8ffbea02c57fa1d72b22d9" +content-hash = "d2f6541e15964771fa5495628855747ce1a495b2461b9606eebe68f412dd2835" diff --git a/pyproject.toml b/pyproject.toml index adce1a6..e2f21fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ mypy = "^1" mkdocs = "^1.4.2" pytest = ">=7.2,<9.0" pytest-cov = ">=4,<7" -mkdocs-material = "^9.0.6" +mkdocs-material = "^9.5.44" types-attrs = "^19.1.0" [build-system]