Skip to content

Commit 0df6faf

Browse files
build(deps-dev): update black requirement from ^26.1.0 to ^26.3.1 (#413)
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@26.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 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 ed8ba7f commit 0df6faf

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

1616

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

0 commit comments

Comments
 (0)