aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-12-21 14:05:27 +0000
committerGitHub <[email protected]>2024-12-21 14:05:27 +0000
commitd5316a866cc5ab33b2bc848ef3b447ce1f526fa9 (patch)
tree0a64e8607db5a390d36f89880f60ef21266da87d
parent94e0449fbdb5379db03ef1092cf93c249858598b (diff)
downloadrenovate-d5316a866cc5ab33b2bc848ef3b447ce1f526fa9.tar.gz
renovate-d5316a866cc5ab33b2bc848ef3b447ce1f526fa9.zip
fix(deps): update dependency mkdocs-awesome-pages-plugin to v2.10.0 (#33233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--pdm.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/pdm.lock b/pdm.lock
index 3c2a81ef181..35f872babdc 100644
--- a/pdm.lock
+++ b/pdm.lock
@@ -5,7 +5,7 @@
groups = ["default"]
strategy = ["inherit_metadata"]
lock_version = "4.5.0"
-content_hash = "sha256:600db411871a7859e3c5506989a7bb6a9101938ebf6797e8d3180309a5a2681f"
+content_hash = "sha256:eee2ca7df70d147b8faa96005cc739a32678855d7923e99feb6bb7f5c44b3d9d"
[[metadata.targets]]
requires_python = ">=3.11"
@@ -270,7 +270,7 @@ files = [
[[package]]
name = "mkdocs-awesome-pages-plugin"
-version = "2.9.3"
+version = "2.10.0"
requires_python = ">=3.8.1"
summary = "An MkDocs plugin that simplifies configuring page titles and their order"
groups = ["default"]
@@ -280,8 +280,8 @@ dependencies = [
"wcmatch>=7",
]
files = [
- {file = "mkdocs_awesome_pages_plugin-2.9.3-py3-none-any.whl", hash = "sha256:1ba433d4e7edaf8661b15b93267f78f78e2e06ca590fc0e651ea36b191d64ae4"},
- {file = "mkdocs_awesome_pages_plugin-2.9.3.tar.gz", hash = "sha256:bdf6369871f41bb17f09c3cfb573367732dfcceb5673d7a2c5c76ac2567b242f"},
+ {file = "mkdocs_awesome_pages_plugin-2.10.0-py3-none-any.whl", hash = "sha256:2487936b3d2ca0961c9c560a14d998e58b6b616e531cc08839534232052e9129"},
+ {file = "mkdocs_awesome_pages_plugin-2.10.0.tar.gz", hash = "sha256:25c7b43b549782c495a41ed93db638a871f697469d86a035d389ade21ebf92ea"},
]
[[package]]
diff --git a/pyproject.toml b/pyproject.toml
index ed8410f545a..a8d8cbf41dc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[project]
dependencies = [
"mkdocs-material==9.5.49",
- "mkdocs-awesome-pages-plugin==2.9.3",
+ "mkdocs-awesome-pages-plugin==2.10.0",
]
requires-python = ">=3.11"