Skip to content

Commit 147f4c3

Browse files
authored
Merge pull request #1097 from projectsyn/renovate/black-25.x
Update dependency black to v25
2 parents 6528b2c + d44fd17 commit 147f4c3

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

poetry.lock

+24-24
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
@@ -51,7 +51,7 @@ pytest = "8.3.4"
5151
pytest-xdist = "3.6.1"
5252
pytest-benchmark = "5.1.0"
5353
responses = "0.25.6"
54-
black = "24.10.0"
54+
black = "25.1.0"
5555
pyfakefs = "5.7.4"
5656
pytest-cov = "6.0.0"
5757
pylint = "3.3.4"

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ commands =
6565
[testenv:black]
6666
description = Ensure black formatting is applied
6767
deps =
68-
black~=24.1
68+
black~=25.1
6969
commands =
7070
black --check {toxinidir}
7171

0 commit comments

Comments
 (0)