From 55dac216b65da39e73cc93306f4a26205e9915f8 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 10 Sep 2021 03:48:46 -0700 Subject: [PATCH] Bump `gitpython` dependency to ^3.1.23 in template This is now the standard version of the `gitpython` Python package for use in the website versioning helper script. --- workflow-templates/deploy-mkdocs-versioned-poetry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/deploy-mkdocs-versioned-poetry.md b/workflow-templates/deploy-mkdocs-versioned-poetry.md index f3c931ae..71f2750a 100644 --- a/workflow-templates/deploy-mkdocs-versioned-poetry.md +++ b/workflow-templates/deploy-mkdocs-versioned-poetry.md @@ -33,7 +33,7 @@ See the ["Deploy Website" workflow (MkDocs, Poetry) documentation](deploy-mkdocs 1. Run this command: ``` - poetry add --dev "gitpython@^3.1.20" "mike@^1.1.0" + poetry add --dev "gitpython@^3.1.23" "mike@^1.1.0" ``` 1. Commit the resulting `pyproject.toml` and `poetry.lock` files.