Skip to content

Commit 2af25bd

Browse files
authored
Merge pull request #543 from arduino/dependabot/pip/gitpython-3.1.44
Bump gitpython from 3.1.43 to 3.1.44
2 parents b78df64 + af4403c commit 2af25bd

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 = "^24.10"
1717
flake8 = "^7.1.1"
1818
pep8-naming = "^0.14.1"
1919
pytest = "^8.3.4"
20-
GitPython = "^3.1.43"
20+
GitPython = "^3.1.44"
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.43" "mike@^1.1.2"
36+
poetry add --dev "gitpython@^3.1.44" "mike@^1.1.2"
3737
```
3838
1. Commit the resulting `pyproject.toml` and `poetry.lock` files.
3939

0 commit comments

Comments
 (0)