Skip to content

Commit e757e37

Browse files
committed
Update gitpython version in template installation docs
This is now the version used as standard in all Arduino Tooling projects, which the "template" is intended to be used with.
1 parent 6f96b50 commit e757e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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-
go tool github.com/go-task/task/v3/cmd/task poetry:install && poetry add --dev "gitpython@^3.1.44" "mike@^1.1.2"
36+
go tool github.com/go-task/task/v3/cmd/task poetry:install && poetry add --dev "gitpython@^3.1.45" "mike@^1.1.2"
3737
```
3838
1. Commit the resulting changes to the `pyproject.toml` and `poetry.lock` files.
3939

0 commit comments

Comments
 (0)