diff --git a/pdm.lock b/pdm.lock index 0ce7ce4c335547..be933f80efbffc 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:b3f2efb3995e8d074caa448921095010284db98a67560297ab3d4effe5d42bea" +content_hash = "sha256:cb7ab4ded4a7ff81d1e6f461b57bd06ec2efafa0dbc1f980286e10fbb75c1a57" [[metadata.targets]] requires_python = ">=3.11" @@ -297,7 +297,7 @@ files = [ [[package]] name = "mkdocs-material" -version = "9.6.0" +version = "9.6.1" requires_python = ">=3.8" summary = "Documentation that simply works" groups = ["default"] @@ -315,8 +315,8 @@ dependencies = [ "requests~=2.26", ] files = [ - {file = "mkdocs_material-9.6.0-py3-none-any.whl", hash = "sha256:1f34ac83dcf50fddf32a322adae99006a80f27aef6d6683b1f44a689ff89170a"}, - {file = "mkdocs_material-9.6.0.tar.gz", hash = "sha256:bf06aaf59d7ecc45d21b538af896f6d76013ab0d3ef1399457e5b10410107eb2"}, + {file = "mkdocs_material-9.6.1-py3-none-any.whl", hash = "sha256:c1742d410be29811a9b7e863cb25a578b9e255fe6f04c69f8c6838863a58e141"}, + {file = "mkdocs_material-9.6.1.tar.gz", hash = "sha256:da37dba220d9fbfc5f1fc567fafc4028e3c3d7d828f2779ed09ab726ceca77dc"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 6266c4a39a87e6..ab231c3855bc30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] dependencies = [ - "mkdocs-material==9.6.0", + "mkdocs-material==9.6.1", "mkdocs-awesome-pages-plugin==2.10.1", ] requires-python = ">=3.11"