chore: bump mkdocs-material from 9.5.33 to 9.5.34

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.33 to 9.5.34.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.33...9.5.34)

---
updated-dependencies:
- dependency-name: mkdocs-material
  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-09-09 17:27:45 +00:00 committed by GitHub
parent c14ab4198f
commit 3242227c4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Force rtfd to use a recent version of mkdocs # Force rtfd to use a recent version of mkdocs
mkdocs==1.6.1 mkdocs==1.6.1
pymdown-extensions==10.9 pymdown-extensions==10.9
mkdocs-material==9.5.33 mkdocs-material==9.5.34
mkdocs-static-i18n==1.2.3 mkdocs-static-i18n==1.2.3

View file

@ -1,5 +1,5 @@
# Force rtfd to use a recent version of mkdocs # Force rtfd to use a recent version of mkdocs
mkdocs==1.6.1 mkdocs==1.6.1
pymdown-extensions==10.9 pymdown-extensions==10.9
mkdocs-material==9.5.33 mkdocs-material==9.5.34
mkdocs-static-i18n==1.2.3 mkdocs-static-i18n==1.2.3

View file

@ -49,7 +49,7 @@ dev = [
"ruff==0.6.3", "ruff==0.6.3",
"djlint==1.35.2", "djlint==1.35.2",
"mkdocs==1.6.1", "mkdocs==1.6.1",
"mkdocs-material==9.5.33", "mkdocs-material==9.5.34",
"mkdocs-static-i18n==1.2.3", "mkdocs-static-i18n==1.2.3",
"vermin==1.6.0", "vermin==1.6.0",
"pymdown-extensions==10.9", "pymdown-extensions==10.9",