Skip to content

Commit

Permalink
Update dependency mkdocs to v1.6.0 (#380)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent 7cab2b0 commit 799464a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mkdocs==1.5.3
mkdocs==1.6.0
mkdocs-material==9.5.18
mkdocs-version-annotations==1.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.8"
invoke = "*"
# Rendering docs to HTML
mkdocs = "~1.5.3"
mkdocs = "~1.6.0"
# Material for MkDocs theme
mkdocs-material = "9.5.18"
# Render custom markdown for version added/changed/remove notes
Expand Down

0 comments on commit 799464a

Please sign in to comment.