Skip to content

Commit c68160d

Browse files
chore(deps-dev): update black requirement
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.1a1...25.12.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21fd5a4 commit c68160d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)