Skip to content

Commit cbf9d00

Browse files
build(deps-dev): update black requirement from ~=23.11.0 to >=23.11,<23.13 (#68)
* build(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.11.0...23.12.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * deps: relax black requirement --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <[email protected]>
1 parent f86192d commit cbf9d00

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
@@ -31,7 +31,7 @@ dependencies = [
3131

3232
[project.optional-dependencies]
3333
dev = [
34-
"black~=23.11.0",
34+
"black~=23.11",
3535
"codespell~=2.2.5",
3636
"mypy~=1.7.0",
3737
"pre-commit~=3.5.0",

0 commit comments

Comments
 (0)