Compare commits

..

No commits in common. "246aedaeb94259dcf016b81faa44e82db6bfc75e" and "d0156bc7a626c8c6b82ee7c8866cde47780f4df7" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

@ -44,10 +44,10 @@ dependencies = [
[project.optional-dependencies]
dev = [
"hatch==1.13.0",
"ruff==0.8.2",
"ruff==0.8.1",
"djlint==1.36.3",
"mkdocs==1.6.1",
"mkdocs-material==9.5.48",
"mkdocs-material==9.5.47",
"mkdocs-static-i18n==1.2.3",
"vermin==1.6.0",
"pymdown-extensions==10.12",
@ -68,7 +68,7 @@ docker = [
sync = [
"channels==4.2.0",
"daphne==4.1.2",
"pydantic==2.10.3",
"pydantic==2.10.2",
"websockets==13.1",
]