chore: bump pymdown-extensions from 10.4 to 10.7

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

---
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-02-05 19:49:41 +00:00 committed by GitHub
parent 3ba417ed02
commit 2e960a8d1d
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.4
pymdown-extensions==10.7
mkdocs-material==9.5.7

View file

@ -49,7 +49,7 @@ dev = [
"mkdocs==1.5.3",
"mkdocs-material==9.5.7",
"vermin==1.6.0",
"pymdown-extensions==10.4",
"pymdown-extensions==10.7",
"isort==5.12",
]
test = [