mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
Merge pull request #2089 from umap-project/dependabot/pip/mkdocs-1.6.1
chore: bump mkdocs from 1.6.0 to 1.6.1
This commit is contained in:
commit
7f1e0084c9
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Force rtfd to use a recent version of mkdocs
|
# Force rtfd to use a recent version of mkdocs
|
||||||
mkdocs==1.6.0
|
mkdocs==1.6.1
|
||||||
pymdown-extensions==10.9
|
pymdown-extensions==10.9
|
||||||
mkdocs-material==9.5.33
|
mkdocs-material==9.5.33
|
||||||
mkdocs-static-i18n==1.2.3
|
mkdocs-static-i18n==1.2.3
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Force rtfd to use a recent version of mkdocs
|
# Force rtfd to use a recent version of mkdocs
|
||||||
mkdocs==1.6.0
|
mkdocs==1.6.1
|
||||||
pymdown-extensions==10.9
|
pymdown-extensions==10.9
|
||||||
mkdocs-material==9.5.33
|
mkdocs-material==9.5.33
|
||||||
mkdocs-static-i18n==1.2.3
|
mkdocs-static-i18n==1.2.3
|
||||||
|
|
|
@ -48,7 +48,7 @@ dev = [
|
||||||
"hatch==1.12.0",
|
"hatch==1.12.0",
|
||||||
"ruff==0.6.3",
|
"ruff==0.6.3",
|
||||||
"djlint==1.34.1",
|
"djlint==1.34.1",
|
||||||
"mkdocs==1.6.0",
|
"mkdocs==1.6.1",
|
||||||
"mkdocs-material==9.5.33",
|
"mkdocs-material==9.5.33",
|
||||||
"mkdocs-static-i18n==1.2.3",
|
"mkdocs-static-i18n==1.2.3",
|
||||||
"vermin==1.6.0",
|
"vermin==1.6.0",
|
||||||
|
|
Loading…
Reference in a new issue