Merge pull request #1681 from umap-project/dependabot/pip/pymdown-extensions-10.7.1

chore: bump pymdown-extensions from 10.7 to 10.7.1
This commit is contained in:
David Larlet 2024-03-15 09:48:48 -04:00 committed by GitHub
commit 1bba89e72a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Force rtfd to use a recent version of mkdocs # Force rtfd to use a recent version of mkdocs
mkdocs==1.5.3 mkdocs==1.5.3
pymdown-extensions==10.7 pymdown-extensions==10.7.1
mkdocs-material==9.5.13 mkdocs-material==9.5.13

View file

@ -49,7 +49,7 @@ dev = [
"mkdocs==1.5.3", "mkdocs==1.5.3",
"mkdocs-material==9.5.13", "mkdocs-material==9.5.13",
"vermin==1.6.0", "vermin==1.6.0",
"pymdown-extensions==10.7", "pymdown-extensions==10.7.1",
"isort==5.13.2", "isort==5.13.2",
] ]
test = [ test = [