Skip to content

Commit e6be482

Browse files
authored
Merge pull request #276 from arduino/dependabot/pip/gitpython-3.1.29
Bump gitpython from 3.1.27 to 3.1.29
2 parents 1eacf27 + 7b047f4 commit e6be482

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

poetry.lock

+15-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ black = "^22.10"
1717
flake8 = "^5.0.4"
1818
pep8-naming = "^0.13.2"
1919
pytest = "^7.1.3"
20-
GitPython = "^3.1.27"
20+
GitPython = "^3.1.29"
2121

2222
[build-system]
2323
requires = ["poetry-core>=1.0.0"]

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

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

0 commit comments

Comments
 (0)