chore: bump pymdown-extensions from 10.7.1 to 10.8

Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.7.1 to 10.8.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.7.1...10.8)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-22 17:30:41 +00:00 committed by GitHub
parent 52ab531362
commit 1cd24845b4
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
mkdocs==1.5.3
pymdown-extensions==10.7.1
pymdown-extensions==10.8
mkdocs-material==9.5.18

View file

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