0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-04-11 11:31:26 +00:00

fix(deps): update dependency mkdocs-material to v9.6.11 (main) ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-01 08:20:18 +00:00 committed by GitHub
parent cae02c365f
commit 3ea354430a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
pdm.lock generated
View file

@ -5,7 +5,7 @@
groups = ["default"]
strategy = ["inherit_metadata"]
lock_version = "4.5.0"
content_hash = "sha256:71acad40315214350cc0aaccbde597d0e6209ff7e5cd834884ded0ba33086f0f"
content_hash = "sha256:0a3bd82469b4808a145c72344c21d8a00a66d39a44bb2a582d3a5e77f49bae66"
[[metadata.targets]]
requires_python = ">=3.11"
@ -310,7 +310,7 @@ files = [
[[package]]
name = "mkdocs-material"
version = "9.6.10"
version = "9.6.11"
requires_python = ">=3.8"
summary = "Documentation that simply works"
groups = ["default"]
@ -318,7 +318,7 @@ dependencies = [
"babel~=2.10",
"backrefs~=5.7.post1",
"colorama~=0.4",
"jinja2~=3.0",
"jinja2~=3.1",
"markdown~=3.2",
"mkdocs-material-extensions~=1.3",
"mkdocs~=1.6",
@ -328,8 +328,8 @@ dependencies = [
"requests~=2.26",
]
files = [
{file = "mkdocs_material-9.6.10-py3-none-any.whl", hash = "sha256:36168548df4e2ddeb9a334ddae4ab9c388ccfea4dd50ffee657d22b93dcb1c3e"},
{file = "mkdocs_material-9.6.10.tar.gz", hash = "sha256:25a453c1f24f34fcf1f53680c03d2c1421b52ce5247f4468153c87a70cd5f1fc"},
{file = "mkdocs_material-9.6.11-py3-none-any.whl", hash = "sha256:47f21ef9cbf4f0ebdce78a2ceecaa5d413581a55141e4464902224ebbc0b1263"},
{file = "mkdocs_material-9.6.11.tar.gz", hash = "sha256:0b7f4a0145c5074cdd692e4362d232fb25ef5b23328d0ec1ab287af77cc0deff"},
]
[[package]]

View file

@ -1,6 +1,6 @@
[project]
dependencies = [
"mkdocs-material==9.6.10",
"mkdocs-material==9.6.11",
"mkdocs-awesome-pages-plugin==2.10.1",
]
requires-python = ">=3.11"