Skip to content

Commit a4f55bd

Browse files
authored
Merge pull request #167 from per1234/bump-website-deps
Bump dependencies of website templates
2 parents 9cc593a + 4f0ae35 commit a4f55bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

workflow-templates/deploy-mkdocs-versioned-poetry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See the ["Deploy Website" workflow (MkDocs, Poetry) documentation](deploy-mkdocs
3333

3434
1. Run this command:
3535
```
36-
poetry add --dev "gitpython@^3.1.23" "mike@^1.1.1"
36+
poetry add --dev "gitpython@^3.1.24" "mike@^1.1.1"
3737
```
3838
1. Commit the resulting `pyproject.toml` and `poetry.lock` files.
3939

0 commit comments

Comments
 (0)