Skip to content

Commit

Permalink
Merge pull request #370 from arduino/dependabot/pip/gitpython-3.1.32
Browse files Browse the repository at this point in the history
Bump gitpython from 3.1.31 to 3.1.32
  • Loading branch information
per1234 authored Jul 17, 2023
2 parents 38d9cf9 + 3de71d2 commit 3c7c6bd
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.7"
flake8 = "^6.0.0"
pep8-naming = "^0.13.3"
pytest = "^7.4.0"
GitPython = "^3.1.31"
GitPython = "^3.1.32"

[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.31" "mike@^1.1.2"
poetry add --dev "gitpython@^3.1.32" "mike@^1.1.2"
```
1. Commit the resulting `pyproject.toml` and `poetry.lock` files.

Expand Down

0 comments on commit 3c7c6bd

Please sign in to comment.