Skip to content

Commit

Permalink
Merge pull request #403 from arduino/dependabot/pip/gitpython-3.1.38
Browse files Browse the repository at this point in the history
Bump gitpython from 3.1.37 to 3.1.38
  • Loading branch information
per1234 authored Oct 17, 2023
2 parents 6b1892e + 6642bf9 commit ff60586
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.37"
GitPython = "^3.1.38"

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

Expand Down

0 comments on commit ff60586

Please sign in to comment.