chore(deps): update dependency mkdocs-git-authors-plugin to v0.9.4
This commit is contained in:
parent
7562e1eff2
commit
536228e39b
2 changed files with 7 additions and 6 deletions
|
@ -25,7 +25,7 @@ dependencies = [
|
|||
[dependency-groups]
|
||||
documentation = [
|
||||
"mkdocs==1.6.1",
|
||||
"mkdocs-git-authors-plugin==0.9.2",
|
||||
"mkdocs-git-authors-plugin==0.9.4",
|
||||
"mkdocs-git-revision-date-localized-plugin==1.3.0",
|
||||
"mkdocs-material[imaging]==9.5.50",
|
||||
"mkdocs-redirects==1.2.2",
|
||||
|
|
11
uv.lock
generated
11
uv.lock
generated
|
@ -1,4 +1,5 @@
|
|||
version = 1
|
||||
revision = 1
|
||||
requires-python = ">=3.11"
|
||||
resolution-markers = [
|
||||
"python_full_version >= '3.13'",
|
||||
|
@ -633,7 +634,7 @@ name = "importlib-metadata"
|
|||
version = "8.5.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "zipp" },
|
||||
{ name = "zipp", marker = "python_full_version >= '3.12'" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/cd/12/33e59336dca5be0c398a7482335911a33aa0e20776128f038019f1a95f1b/importlib_metadata-8.5.0.tar.gz", hash = "sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7", size = 55304 }
|
||||
wheels = [
|
||||
|
@ -833,14 +834,14 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "mkdocs-git-authors-plugin"
|
||||
version = "0.9.2"
|
||||
version = "0.9.4"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "mkdocs" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/80/ef/09ab7178d580e342cb3ba279c48eaf3abf55795a2ae6e5426fe2c725143c/mkdocs_git_authors_plugin-0.9.2.tar.gz", hash = "sha256:77f97c321e08a8757beb866293eb257070b11cd5a080976bc6696b249cbade4f", size = 21403 }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/87/9a/063c4a3688e4669eb2054e4bf6e9cc582f6c1d85674e3f5b836ceff97c3b/mkdocs_git_authors_plugin-0.9.4.tar.gz", hash = "sha256:f5cfaf93d08981ce25591bbaf642051ed168c3886bb96ecd2dca53f0ef1973b8", size = 21914 }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/48/08/57d0fea1cc30096fcc94ec9cd4ccdee625be89fd710626f78d90fc13738e/mkdocs_git_authors_plugin-0.9.2-py3-none-any.whl", hash = "sha256:f6cefc4dc832865d26f7f9f944c0a8c7dc852742d79320f3800e0d97814e2a84", size = 20332 },
|
||||
{ url = "https://files.pythonhosted.org/packages/5c/ac/2b5bae4047276fda2bdd14a6d4af59288fb4d5de54151ae4e6ba17611ceb/mkdocs_git_authors_plugin-0.9.4-py3-none-any.whl", hash = "sha256:84b9b56c703841189c64d8ff6947034fe0a9c14a0a8f1f6255edfcfe3a56825f", size = 20752 },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1759,7 +1760,7 @@ dev = [
|
|||
]
|
||||
documentation = [
|
||||
{ name = "mkdocs", specifier = "==1.6.1" },
|
||||
{ name = "mkdocs-git-authors-plugin", specifier = "==0.9.2" },
|
||||
{ name = "mkdocs-git-authors-plugin", specifier = "==0.9.4" },
|
||||
{ name = "mkdocs-git-revision-date-localized-plugin", specifier = "==1.3.0" },
|
||||
{ name = "mkdocs-material", extras = ["imaging"], specifier = "==9.5.50" },
|
||||
{ name = "mkdocs-redirects", specifier = "==1.2.2" },
|
||||
|
|
Loading…
Add table
Reference in a new issue