Skip to content

Commit 4f0ae35

Browse files
committed
Bump mkdocs-material dependency of website templates to ^7.2.8
There was a new patch release of the tool and we are updating to using this as the standard version for all tooling projects
1 parent 71cce12 commit 4f0ae35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow-templates/deploy-mkdocs-poetry.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ https://python-poetry.org/docs/#installation
2727
If your project does not already use Poetry, you can initialize the [`pyproject.toml`](https://python-poetry.org/docs/pyproject/) file using these commands:
2828

2929
```
30-
poetry init --python="^3.9" --dev-dependency="mkdocs@^1.2.1" --dev-dependency="mkdocs-material@^7.2.6" --dev-dependency="mdx_truly_sane_lists@^1.2"
30+
poetry init --python="^3.9" --dev-dependency="mkdocs@^1.2.1" --dev-dependency="mkdocs-material@^7.2.8" --dev-dependency="mdx_truly_sane_lists@^1.2"
3131
poetry install
3232
```
3333

3434
If already using Poetry, add the tool using this command:
3535

3636
```
37-
poetry add --dev "mkdocs@^1.2.1" "mkdocs-material@^7.2.6" "mdx_truly_sane_lists@^1.2"
37+
poetry add --dev "mkdocs@^1.2.1" "mkdocs-material@^7.2.8" "mdx_truly_sane_lists@^1.2"
3838
```
3939

4040
Commit the resulting `pyproject.toml` and `poetry.lock` files.

0 commit comments

Comments
 (0)