chore: bump pymdown-extensions from 10.7 to 10.7.1

Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.7 to 10.7.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.7...10.7.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-03-15 13:36:14 +00:00 committed by GitHub
parent eca9662e0c
commit d1c59a3e78
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
pymdown-extensions==10.7.1
mkdocs-material==9.5.13

View file

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