Skip to content

Commit

Permalink
⬆️ Update mkdocs-material==9.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
arv-anshul committed May 8, 2024
1 parent 666d20a commit 50f2fd6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
key: ${{ github.ref }}
path: .cache
- name: Install mkdocs
run: pip install mkdocs-material==9.5.19 mkdocs-markdownextradata-plugin==0.2.5
run: pip install mkdocs-material==9.5.21 mkdocs-markdownextradata-plugin==0.2.5
- name: Finally build docs and publish
env:
GOOGLE_ANALYTICS_PROPERTY: ${{ secrets.GOOGLE_ANALYTICS_PROPERTY }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
requires-python = ">= 3.11"
dependencies = [
"mkdocs-markdownextradata-plugin==0.2.5",
"mkdocs-material==9.5.19",
"mkdocs-material==9.5.21",
]

[tool.rye]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mkdocs==1.6.0
mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-markdownextradata-plugin==0.2.5
mkdocs-material==9.5.19
mkdocs-material==9.5.21
mkdocs-material-extensions==1.3.1
# via mkdocs-material
packaging==23.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mkdocs==1.6.0
mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-markdownextradata-plugin==0.2.5
mkdocs-material==9.5.19
mkdocs-material==9.5.21
mkdocs-material-extensions==1.3.1
# via mkdocs-material
packaging==23.2
Expand Down

0 comments on commit 50f2fd6

Please sign in to comment.