Skip to content
Snippets Groups Projects
Unverified Commit d3b332a6 authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

fix(deps): update dependency mkdocs-material to v9.5.43 (#32248)

parent ea816f8f
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
groups = ["default"] groups = ["default"]
strategy = ["inherit_metadata"] strategy = ["inherit_metadata"]
lock_version = "4.5.0" lock_version = "4.5.0"
content_hash = "sha256:cf0b2fb0708410d3cabc21ed3154eda72a11a9952caa2e14561f0c26615bf862" content_hash = "sha256:1a51c146918076bcee55f8bec2b3c9905e4c50239c162832066428063331e295"
[[metadata.targets]] [[metadata.targets]]
requires_python = ">=3.11" requires_python = ">=3.11"
...@@ -303,7 +303,7 @@ files = [ ...@@ -303,7 +303,7 @@ files = [
[[package]] [[package]]
name = "mkdocs-material" name = "mkdocs-material"
version = "9.5.42" version = "9.5.43"
requires_python = ">=3.8" requires_python = ">=3.8"
summary = "Documentation that simply works" summary = "Documentation that simply works"
groups = ["default"] groups = ["default"]
...@@ -321,8 +321,8 @@ dependencies = [ ...@@ -321,8 +321,8 @@ dependencies = [
"requests~=2.26", "requests~=2.26",
] ]
files = [ files = [
{file = "mkdocs_material-9.5.42-py3-none-any.whl", hash = "sha256:452a7c5d21284b373f36b981a2cbebfff59263feebeede1bc28652e9c5bbe316"}, {file = "mkdocs_material-9.5.43-py3-none-any.whl", hash = "sha256:4aae0664c456fd12837a3192e0225c17960ba8bf55d7f0a7daef7e4b0b914a34"},
{file = "mkdocs_material-9.5.42.tar.gz", hash = "sha256:92779b5e9b5934540c574c11647131d217dc540dce72b05feeda088c8eb1b8f2"}, {file = "mkdocs_material-9.5.43.tar.gz", hash = "sha256:83be7ff30b65a1e4930dfa4ab911e75780a3afc9583d162692e434581cb46979"},
] ]
[[package]] [[package]]
...@@ -403,7 +403,7 @@ files = [ ...@@ -403,7 +403,7 @@ files = [
[[package]] [[package]]
name = "pymdown-extensions" name = "pymdown-extensions"
version = "10.11.2" version = "10.12"
requires_python = ">=3.8" requires_python = ">=3.8"
summary = "Extension pack for Python Markdown." summary = "Extension pack for Python Markdown."
groups = ["default"] groups = ["default"]
...@@ -412,8 +412,8 @@ dependencies = [ ...@@ -412,8 +412,8 @@ dependencies = [
"pyyaml", "pyyaml",
] ]
files = [ files = [
{file = "pymdown_extensions-10.11.2-py3-none-any.whl", hash = "sha256:41cdde0a77290e480cf53892f5c5e50921a7ee3e5cd60ba91bf19837b33badcf"}, {file = "pymdown_extensions-10.12-py3-none-any.whl", hash = "sha256:49f81412242d3527b8b4967b990df395c89563043bc51a3d2d7d500e52123b77"},
{file = "pymdown_extensions-10.11.2.tar.gz", hash = "sha256:bc8847ecc9e784a098efd35e20cba772bc5a1b529dfcef9dc1972db9021a1049"}, {file = "pymdown_extensions-10.12.tar.gz", hash = "sha256:b0ee1e0b2bef1071a47891ab17003bfe5bf824a398e13f49f8ed653b699369a7"},
] ]
[[package]] [[package]]
......
[project] [project]
dependencies = [ dependencies = [
"mkdocs-material==9.5.42", "mkdocs-material==9.5.43",
"mkdocs-awesome-pages-plugin==2.9.3", "mkdocs-awesome-pages-plugin==2.9.3",
] ]
requires-python = ">=3.11" requires-python = ">=3.11"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment