From 161ebccd2d17c6f6b05ff3f7da05c27def995ebf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:05:48 +0000 Subject: [PATCH] chore(deps): update dependency mkdocs-material to v9.5.37 (#31598) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pdm.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pdm.lock b/pdm.lock index 760ae307d08c64..a3d6ce54f47a52 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:a6289b4a1054ce53d4bd60dd6822660437c652a3133454beb00266c06062c59d" +content_hash = "sha256:46a19dfff3939b381c2b9aecefef028b793d134b63465222e9c633c0d5292caa" [[metadata.targets]] requires_python = ">=3.11" @@ -268,7 +268,7 @@ files = [ [[package]] name = "mkdocs-material" -version = "9.5.36" +version = "9.5.37" 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.36-py3-none-any.whl", hash = "sha256:36734c1fd9404bea74236242ba3359b267fc930c7233b9fd086b0898825d0ac9"}, - {file = "mkdocs_material-9.5.36.tar.gz", hash = "sha256:140456f761320f72b399effc073fa3f8aac744c77b0970797c201cae2f6c967f"}, + {file = "mkdocs_material-9.5.37-py3-none-any.whl", hash = "sha256:6e8a986abad77be5edec3dd77cf1ddf2480963fb297a8e971f87a82fd464b070"}, + {file = "mkdocs_material-9.5.37.tar.gz", hash = "sha256:2c31607431ec234db124031255b0a9d4f3e1c3ecc2c47ad97ecfff0460471941"}, ] [[package]] @@ -368,7 +368,7 @@ files = [ [[package]] name = "pymdown-extensions" -version = "10.9" +version = "10.10.1" requires_python = ">=3.8" summary = "Extension pack for Python Markdown." groups = ["default"] @@ -377,8 +377,8 @@ dependencies = [ "pyyaml", ] files = [ - {file = "pymdown_extensions-10.9-py3-none-any.whl", hash = "sha256:d323f7e90d83c86113ee78f3fe62fc9dee5f56b54d912660703ea1816fed5626"}, - {file = "pymdown_extensions-10.9.tar.gz", hash = "sha256:6ff740bcd99ec4172a938970d42b96128bdc9d4b9bcad72494f29921dc69b753"}, + {file = "pymdown_extensions-10.10.1-py3-none-any.whl", hash = "sha256:6c74ea6c2e2285186a241417480fc2d3cc52941b3ec2dced4014c84dc78c5493"}, + {file = "pymdown_extensions-10.10.1.tar.gz", hash = "sha256:ad277ee4739ced051c3b6328d22ce782358a3bec39bc6ca52815ccbf44f7acdc"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index bbb2a5d57fc991..130163d22332d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] dependencies = [ - "mkdocs-material==9.5.36", + "mkdocs-material==9.5.37", "mkdocs-awesome-pages-plugin==2.9.3", ] requires-python = ">=3.11"