Skip to content

Commit 2c468b1

Browse files
committed
Update pyproject.toml
1 parent 06c538c commit 2c468b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dev = [
4444
"pytest>=7.0.0",
4545
"pytest-asyncio>=0.20.0",
4646
"ruff>=0.4.0",
47+
"black>=22.6.0,<24.0.0",
4748
"cblack>=22.6.0",
4849
"mypy>=1.0.0",
4950
"types-requests>=2.32.0",
@@ -201,7 +202,7 @@ dev = [
201202
"pytest>=7.0.0",
202203
"pytest-asyncio>=0.20.0",
203204
"ruff>=0.4.0",
204-
"black>=22.6.0",
205+
"black>=22.6.0,<24.0.0",
205206
"cblack>=22.6.0",
206207
"pre-commit>=3.5.0",
207208
]

0 commit comments

Comments
 (0)