Skip to content

Commit

Permalink
Update dependency mkdocs-material to v8.5.8 (next) (#2483)
Browse files Browse the repository at this point in the history
* Update dependency mkdocs-material to v8.5.8

* Update mkdocs as well, add change fragment

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
  • Loading branch information
renovate[bot] and glennmatthews committed Nov 4, 2022
1 parent d539637 commit da31a89
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 31 deletions.
1 change: 1 addition & 0 deletions changes/2483.changed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated `mkdocs` to 1.4.2 and `mkdocs-material` to 8.5.8.
4 changes: 2 additions & 2 deletions nautobot/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Jinja2==3.1.2
Markdown==3.3.7
mkdocs==1.3.1
mkdocs==1.4.2
mkdocs-include-markdown-plugin==3.6.1
mkdocs-material==8.4.2
mkdocs-material==8.5.8
mkdocs-version-annotations==1.0.0
mkdocstrings==0.19
mkdocstrings-python==0.7.1
73 changes: 46 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ flake8 = "~3.9.1"
# Alternative to Make, CLI based on `tasks.py`
invoke = "~1.7.1"
# Rendering docs to HTML
mkdocs = "~1.3.0"
mkdocs = "~1.4.2"
# Allow Markdown files to include other files
mkdocs-include-markdown-plugin = "~3.6.0"
# Material for mkdocs theme
mkdocs-material = "~8.4.2"
mkdocs-material = "~8.5.8"
# Render custom markdown for version added/changed/remove notes
mkdocs-version-annotations = "~1.0.0"
# Automatic documentation from sources, for MkDocs
Expand Down

0 comments on commit da31a89

Please sign in to comment.