Skip to content

Commit

Permalink
Update gitpython version in template installation docs
Browse files Browse the repository at this point in the history
This is now the version used as standard in all Arduino Tooling projects, which the "template" is intended to be used
with.
  • Loading branch information
per1234 committed Jul 17, 2023
1 parent 1f0832c commit 3de71d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow-templates/deploy-mkdocs-versioned-poetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ See the ["Deploy Website" workflow (MkDocs, Poetry) documentation](deploy-mkdocs

1. Run this command:
```
poetry add --dev "gitpython@^3.1.31" "mike@^1.1.2"
poetry add --dev "gitpython@^3.1.32" "mike@^1.1.2"
```
1. Commit the resulting `pyproject.toml` and `poetry.lock` files.

Expand Down

0 comments on commit 3de71d2

Please sign in to comment.