Skip to content

Commit d366322

Browse files
build(deps-dev): update black requirement from ^25.1.0 to ^26.1.0 (#350)
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@25.1.0...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Katsuyuki Takahashi <kattakaha@gmail.com>
1 parent efda5d6 commit d366322

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
@@ -15,7 +15,7 @@ aws-xray-sdk = "^2.13.0"
1515

1616

1717
[tool.poetry.group.dev.dependencies]
18-
black = "^25.1.0"
18+
black = "^26.1.0"
1919
ruff = "^0.14.0"
2020
pytest = "^9.0.0"
2121
pytest-mock = "^3.14.0"

0 commit comments

Comments
 (0)