Merge pull request #1974 from umap-project/dependabot/pip/mkdocs-material-9.5.28

chore: bump mkdocs-material from 9.5.27 to 9.5.28
This commit is contained in:
David Larlet 2024-07-08 13:39:42 -04:00 committed by GitHub
commit 603a6fb839
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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.0
pymdown-extensions==10.8.1 pymdown-extensions==10.8.1
mkdocs-material==9.5.27 mkdocs-material==9.5.28
mkdocs-static-i18n==1.2.3 mkdocs-static-i18n==1.2.3

View file

@ -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.0
pymdown-extensions==10.8.1 pymdown-extensions==10.8.1
mkdocs-material==9.5.27 mkdocs-material==9.5.28
mkdocs-static-i18n==1.2.3 mkdocs-static-i18n==1.2.3

View file

@ -49,7 +49,7 @@ dev = [
"ruff==0.5.1", "ruff==0.5.1",
"djlint==1.34.1", "djlint==1.34.1",
"mkdocs==1.6.0", "mkdocs==1.6.0",
"mkdocs-material==9.5.27", "mkdocs-material==9.5.28",
"mkdocs-static-i18n==1.2.3", "mkdocs-static-i18n==1.2.3",
"vermin==1.6.0", "vermin==1.6.0",
"pymdown-extensions==10.8.1", "pymdown-extensions==10.8.1",