Skip to content

Commit c05bca6

Browse files
authored
Merge branch 'main' into dependabot/pip/ruff-0.9.4
2 parents 15bee69 + 81cf5ce commit c05bca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434

3535
[project.optional-dependencies]
3636
black = [
37-
"black==24.10.0",
37+
"black==25.1.0",
3838
]
3939
ruff = [
4040
"ruff==0.9.4",

requirements_black.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
black==24.10.0
1+
black==25.1.0

0 commit comments

Comments
 (0)