We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gitpython
1 parent 6f96b50 commit e757e37Copy full SHA for e757e37
workflow-templates/deploy-mkdocs-versioned-poetry.md
@@ -33,7 +33,7 @@ See the ["Deploy Website" workflow (MkDocs, Poetry) documentation](deploy-mkdocs
33
34
1. Run this command:
35
```
36
- go tool github.com/go-task/task/v3/cmd/task poetry:install && poetry add --dev "gitpython@^3.1.44" "mike@^1.1.2"
+ go tool github.com/go-task/task/v3/cmd/task poetry:install && poetry add --dev "gitpython@^3.1.45" "mike@^1.1.2"
37
38
1. Commit the resulting changes to the `pyproject.toml` and `poetry.lock` files.
39
0 commit comments