Skip to content

Commit

Permalink
Update dependency mike to v2 (#137)
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 Dec 19, 2023
1 parent 0883e25 commit 22e5f77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs-requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mike==1.1.2
mike==2.0.0
mkdocs==1.5.3
mkdocs-macros-plugin==0.7.0
mkdocs-material==9.1.9
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/publish-docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ ghp-import==2.1.0
# via mkdocs
idna==3.4
# via requests
importlib-metadata==7.0.0
# via mike
importlib-resources==6.1.1
# via mike
jinja2==3.1.2
# via
# mike
Expand All @@ -33,7 +37,7 @@ markupsafe==2.1.2
# mkdocs
mergedeep==1.3.4
# via mkdocs
mike==1.1.2
mike==2.0.0
# via -r publish-docs-requirements.in
mkdocs==1.5.3
# via
Expand All @@ -59,6 +63,8 @@ pygments==2.15.1
# via mkdocs-material
pymdown-extensions==9.11
# via mkdocs-material
pyparsing==3.1.1
# via mike
python-dateutil==2.8.2
# via
# ghp-import
Expand Down Expand Up @@ -86,3 +92,5 @@ verspec==0.1.0
# via mike
watchdog==3.0.0
# via mkdocs
zipp==3.17.0
# via importlib-metadata

0 comments on commit 22e5f77

Please sign in to comment.