diff --git a/poetry.lock b/poetry.lock index c9db99902f1..e9caad90854 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2357,13 +2357,13 @@ mkdocs = ">=0.17" [[package]] name = "mkdocs-material" -version = "9.5.34" +version = "9.5.36" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.34-py3-none-any.whl", hash = "sha256:54caa8be708de2b75167fd4d3b9f3d949579294f49cb242515d4653dbee9227e"}, - {file = "mkdocs_material-9.5.34.tar.gz", hash = "sha256:1e60ddf716cfb5679dfd65900b8a25d277064ed82d9a53cd5190e3f894df7840"}, + {file = "mkdocs_material-9.5.36-py3-none-any.whl", hash = "sha256:36734c1fd9404bea74236242ba3359b267fc930c7233b9fd086b0898825d0ac9"}, + {file = "mkdocs_material-9.5.36.tar.gz", hash = "sha256:140456f761320f72b399effc073fa3f8aac744c77b0970797c201cae2f6c967f"}, ] [package.dependencies] @@ -4310,4 +4310,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "ed82a3a5e75e0e468c49ed3e825501e1ba4b234fa14cb351de7a1de815391295" +content-hash = "23799d1b492b6965d6e368bf0b2bff76e6171775c7e2db0de423d24d912c0f3f" diff --git a/pyproject.toml b/pyproject.toml index 3b4abde8573..cb82fb02bb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ aws-cdk-lib = "^2.157.0" pytest-benchmark = "^4.0.0" types-requests = "^2.31.0" typing-extensions = "^4.12.2" -mkdocs-material = "^9.5.34" +mkdocs-material = "^9.5.36" filelock = "^3.16.0" dirhash = "^0.5.0" mypy-boto3-appconfigdata = "^1.35.0"