Skip to content

Commit f7a9ae8

Browse files
build(deps-dev): update black requirement from ^24.0.0 to ^25.1.0 (#59)
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@24.1a1...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a30f957 commit f7a9ae8

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
@@ -14,7 +14,7 @@ reretry = "^0.11.8"
1414
throttler = "^1.2.2"
1515

1616
[tool.poetry.dev-dependencies]
17-
black = "^24.0.0"
17+
black = "^25.1.0"
1818
coverage = {extras = ["toml"], version = "^7.3.2"}
1919
flake8 = "^7.1.1"
2020
flake8-bugbear = "^24.8.19"

0 commit comments

Comments
 (0)