Skip to content

Commit 6f088e6

Browse files
authored
Merge pull request #625 from arduino/dependabot/pip/gitpython-3.1.45
Bump gitpython from 3.1.44 to 3.1.45
2 parents 847d6ce + e757e37 commit 6f088e6

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

poetry.lock

Lines changed: 5 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
@@ -15,7 +15,7 @@ black = "^25.1"
1515
flake8 = "^7.3.0"
1616
pep8-naming = "^0.15.1"
1717
pytest = "^8.4.1"
18-
GitPython = "^3.1.44"
18+
GitPython = "^3.1.45"
1919

2020
# The dependencies in this group are installed using pipx; NOT Poetry. The use of the `tool.poetry.group` super-table
2121
# is a hack required in order to be able to manage updates of these dependencies via Dependabot.

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-
go tool github.com/go-task/task/v3/cmd/task poetry:install && poetry add --dev "gitpython@^3.1.44" "mike@^1.1.2"
36+
go tool github.com/go-task/task/v3/cmd/task poetry:install && poetry add --dev "gitpython@^3.1.45" "mike@^1.1.2"
3737
```
3838
1. Commit the resulting changes to the `pyproject.toml` and `poetry.lock` files.
3939

0 commit comments

Comments
 (0)