Skip to content

Commit

Permalink
Merge pull request #405 from arduino/dependabot/pip/gitpython-3.1.40
Browse files Browse the repository at this point in the history
Bump gitpython from 3.1.38 to 3.1.40
  • Loading branch information
per1234 authored Oct 19, 2023
2 parents ff60586 + 7f5ac1d commit b20e043
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ black = "^23.9"
flake8 = "^6.1.0"
pep8-naming = "^0.13.3"
pytest = "^7.4.2"
GitPython = "^3.1.38"
GitPython = "^3.1.40"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/deploy-mkdocs-versioned-poetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ See the ["Deploy Website" workflow (MkDocs, Poetry) documentation](deploy-mkdocs

1. Run this command:
```
poetry add --dev "gitpython@^3.1.38" "mike@^1.1.2"
poetry add --dev "gitpython@^3.1.40" "mike@^1.1.2"
```
1. Commit the resulting `pyproject.toml` and `poetry.lock` files.

Expand Down

0 comments on commit b20e043

Please sign in to comment.