diff --git a/poetry.lock b/poetry.lock index f0a9e23a225..dc4733cd994 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2357,13 +2357,13 @@ mkdocs = ">=0.17" [[package]] name = "mkdocs-material" -version = "9.5.40" +version = "9.5.41" 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.41-py3-none-any.whl", hash = "sha256:990bc138c33342b5b73e7545915ebc0136e501bfbd8e365735144f5120891d83"}, + {file = "mkdocs_material-9.5.41.tar.gz", hash = "sha256:30fa5d459b4b8130848ecd8e1c908878345d9d8268f7ddbc31eebe88d462d97b"}, ] [package.dependencies] @@ -4315,4 +4315,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "ce5b172b12a87235bf82978ddf4d1f39179fc388ae1c510f76fa2a58603105d9" +content-hash = "eea01949d8a6f17514defd6457aa59f8888fcd19f027271f4961935d410dd27c" diff --git a/pyproject.toml b/pyproject.toml index 5e3b465f60c..60f01168148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ aws-cdk-lib = "^2.162.1" pytest-benchmark = "^4.0.0" types-requests = "^2.31.0" typing-extensions = "^4.12.2" -mkdocs-material = "^9.5.40" +mkdocs-material = "^9.5.41" filelock = "^3.16.0" dirhash = "^0.5.0" mypy-boto3-appconfigdata = "^1.35.0"