Skip to content

Commit 057d970

Browse files
authored
Merge pull request #324 from arduino/dependabot/pip/gitpython-3.1.31
Bump gitpython from 3.1.30 to 3.1.31
2 parents 88a9256 + 1436a66 commit 057d970

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

poetry.lock

+5-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 = "^23.1"
1717
flake8 = "^6.0.0"
1818
pep8-naming = "^0.13.3"
1919
pytest = "^7.2.1"
20-
GitPython = "^3.1.30"
20+
GitPython = "^3.1.31"
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.30" "mike@^1.1.2"
36+
poetry add --dev "gitpython@^3.1.31" "mike@^1.1.2"
3737
```
3838
1. Commit the resulting `pyproject.toml` and `poetry.lock` files.
3939

0 commit comments

Comments
 (0)