Skip to content

Commit be9d720

Browse files
authored
Merge pull request #13 from leebeanbin/dependabot/pip/black-gte-23.0.0-and-lt-26.0.0
chore(deps-dev): update black requirement from <25.0.0,>=23.0.0 to >=23.0.0,<26.0.0
2 parents 83666c8 + a6f4765 commit be9d720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dev = [
9898
"pytest>=9.0.2,<10.0.0", # 필수 의존성에서 이동됨
9999
"pytest-asyncio>=0.21.0,<2.0.0",
100100
"pytest-cov>=4.0.0,<5.0.0",
101-
"black>=23.0.0,<25.0.0",
101+
"black>=23.0.0,<26.0.0",
102102
"ruff>=0.1.0,<1.0.0",
103103
"mypy>=1.0.0,<2.0.0",
104104
]

0 commit comments

Comments
 (0)