Skip to content

Commit

Permalink
⬆️ (reqs): Updated reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
dd committed Oct 10, 2024
1 parent b2bff7b commit 18d59ba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -241,18 +241,18 @@ description = "Docs environment"
detached = true
python = "3.12"
dependencies = [
"mkdocs[i18n]==1.5.3",
"mkdocs[i18n]==1.6.1",
"mkdocs-literate-nav==0.6.1",
"mkdocs-material==9.5.17",
"mkdocs-git-revision-date-localized-plugin==1.2.6",
"mkdocs-material==9.5.40",
"mkdocs-git-revision-date-localized-plugin==1.2.9",
"mkdocs-git-authors-plugin==0.9.0",
"mkdocstrings[python]==0.25.1",
"black==24.4.2",
"mkdocstrings[python]==0.26.1",
"black==24.10.0",
"mkdocs-minify-plugin==0.8.0",
"mkdocs-gen-files==0.5.0",
"Pygments==2.18.0",
"mike==2.1.1",
"linkchecker==10.4.0",
"mike==2.1.3",
"linkchecker==10.5.0",
]
[tool.hatch.envs.docs.env-vars]
MERINGUE_MKDOCS_ENABLE_MINIFY = "false"
Expand Down

0 comments on commit 18d59ba

Please sign in to comment.