diff --git a/poetry.lock b/poetry.lock index 73d2555609..07ac09c97d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1089,13 +1089,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.40" +version = "9.5.42" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.40-py3-none-any.whl", hash = "sha256:8e7a16ada34e79a7b6459ff2602584222f522c738b6a023d1bea853d5049da6f"}, - {file = "mkdocs_material-9.5.40.tar.gz", hash = "sha256:b69d70e667ec51fc41f65e006a3184dd00d95b2439d982cb1586e4c018943156"}, + {file = "mkdocs_material-9.5.42-py3-none-any.whl", hash = "sha256:452a7c5d21284b373f36b981a2cbebfff59263feebeede1bc28652e9c5bbe316"}, + {file = "mkdocs_material-9.5.42.tar.gz", hash = "sha256:92779b5e9b5934540c574c11647131d217dc540dce72b05feeda088c8eb1b8f2"}, ] [package.dependencies] @@ -2073,4 +2073,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8ef93e585816ad6eb6641b456b1a945d7b3301e3cf3752c35412e97946a9e54b" +content-hash = "75d1b64702f171f6802bc9ec8787130dbc6e3c3085982c8ac9dd9bd77e004273" diff --git a/pyproject.toml b/pyproject.toml index 7edc3cbd6f..37da6fa7ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ atheris = { version = "^2.3.0", python = "<3.12" } optional = true [tool.poetry.group.docs.dependencies] -mkdocs-material = "9.5.40" +mkdocs-material = "9.5.42" mkdocstrings = ">=0.24,<0.27" pillow = ">=10.2.0,<11.0" cairosvg = "^2.7.1"