Skip to content

Commit afc25f5

Browse files
authored
Merge pull request #662 from arduino/dependabot/pip/black-25.9.0
Bump black from 25.1.0 to 25.9.0
2 parents 21e4e24 + d8dfc8a commit afc25f5

File tree

3 files changed

+42
-26
lines changed

3 files changed

+42
-26
lines changed

poetry.lock

Lines changed: 40 additions & 24 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
@@ -11,7 +11,7 @@ python = "~3.9"
1111
[tool.poetry.group.dev.dependencies]
1212
yamllint = "^v1.37.1"
1313
codespell = "^2.4.1"
14-
black = "^25.1"
14+
black = "^25.9"
1515
flake8 = "^7.3.0"
1616
pep8-naming = "^0.15.1"
1717
pytest = "^8.4.2"

workflow-templates/check-python-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
4848
Add the tool dependencies using this command:
4949

5050
```
51-
task poetry:install && poetry add --dev "black@^25.1.0" "flake8@^7.3.0" "pep8-naming@^0.15.1"
51+
task poetry:install && poetry add --dev "black@^25.9.0" "flake8@^7.3.0" "pep8-naming@^0.15.1"
5252
```
5353

5454
Commit the resulting changes to the `pyproject.toml` and `poetry.lock` files.

0 commit comments

Comments
 (0)