Skip to content

Commit f9ae024

Browse files
authored
Merge pull request #398 from arduino/dependabot/pip/gitpython-3.1.37
Bump gitpython from 3.1.32 to 3.1.37
2 parents 37aa919 + 777af06 commit f9ae024

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

poetry.lock

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ black = "^23.9"
1717
flake8 = "^6.1.0"
1818
pep8-naming = "^0.13.3"
1919
pytest = "^7.4.2"
20-
GitPython = "^3.1.32"
20+
GitPython = "^3.1.37"
2121

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

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

Lines changed: 1 addition & 1 deletion
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.32" "mike@^1.1.2"
36+
poetry add --dev "gitpython@^3.1.37" "mike@^1.1.2"
3737
```
3838
1. Commit the resulting `pyproject.toml` and `poetry.lock` files.
3939

0 commit comments

Comments
 (0)