Skip to content

Commit

Permalink
Merge pull request #3038 from catalyst-cooperative/dependabot/pip/dev…
Browse files Browse the repository at this point in the history
…/black-gte-23-and-lt-23.12

Update black requirement from <23.11,>=23 to >=23,<23.12
  • Loading branch information
zaneselvans authored Nov 13, 2023
2 parents fc3027f + 2e83721 commit 6ea776e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pudl_check_fks = "pudl.etl.check_foreign_keys:main"

[project.optional-dependencies]
dev = [
"black>=23,<23.11",
"black>=23,<23.12",
"build>=1,<1.1",
"ipdb>=0.13,<0.14",
"jedi>=0.18,<0.20",
Expand Down

0 comments on commit 6ea776e

Please sign in to comment.