chore: bump pymdown-extensions from 10.8 to 10.8.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-29 17:19:17 +00:00 committed by GitHub
parent 4ca1450cc6
commit 37283a2a4d
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.8 pymdown-extensions==10.8.1
mkdocs-material==9.5.18 mkdocs-material==9.5.18

View file

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