diff --git a/pdm.lock b/pdm.lock index 0f0615879a69cba16d85454ce223d33148370f7b..00040cf7efc9d1ae82c60492b2490a96dc9f1799 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:905cb0cbea8e0a0a9330c4a80bff5f3530789bef4f4e6f5cad7936a79a9e891d" +content_hash = "sha256:a78e6d4ea1bc2b40d3aca326609cbc341e5362c1a1673e2e57ca604a24fdecb1" [[metadata.targets]] requires_python = ">=3.11" @@ -268,7 +268,7 @@ files = [ [[package]] name = "mkdocs-material" -version = "9.5.31" +version = "9.5.32" requires_python = ">=3.8" summary = "Documentation that simply works" groups = ["default"] @@ -286,8 +286,8 @@ dependencies = [ "requests~=2.26", ] files = [ - {file = "mkdocs_material-9.5.31-py3-none-any.whl", hash = "sha256:1b1f49066fdb3824c1e96d6bacd2d4375de4ac74580b47e79ff44c4d835c5fcb"}, - {file = "mkdocs_material-9.5.31.tar.gz", hash = "sha256:31833ec664772669f5856f4f276bf3fdf0e642a445e64491eda459249c3a1ca8"}, + {file = "mkdocs_material-9.5.32-py3-none-any.whl", hash = "sha256:f3704f46b63d31b3cd35c0055a72280bed825786eccaf19c655b44e0cd2c6b3f"}, + {file = "mkdocs_material-9.5.32.tar.gz", hash = "sha256:38ed66e6d6768dde4edde022554553e48b2db0d26d1320b19e2e2b9da0be1120"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 911ee7bfabbb53144b5c250ea1d2c6309456aaad..0eb40dcb2b5feec12f9effc3003ba27cb09bf99c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] dependencies = [ - "mkdocs-material==9.5.31", + "mkdocs-material==9.5.32", "mkdocs-awesome-pages-plugin==2.9.3", ] requires-python = ">=3.11"