Skip to content

Commit 2bba831

Browse files
authored
Bump GitPython dependency of "Deploy Website" workflow (versioned, MkDocs, Poetry) template
Since we are using GitPython ^3.1.20 when testing the versioning helper script used by this template, it seems best to specify the same for usage.
1 parent c3a742d commit 2bba831

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-
poetry add --dev "gitpython@^3.1.19" "mike@^1.0.1"
36+
poetry add --dev "gitpython@^3.1.20" "mike@^1.0.1"
3737
```
3838
1. Commit the resulting `pyproject.toml` and `poetry.lock` files.
3939

0 commit comments

Comments
 (0)