Skip to content

Commit

Permalink
Merge pull request #1215 from django-wiki/dependabot/pip/black-gte-22…
Browse files Browse the repository at this point in the history
….3.0-and-lt-22.11

Update black requirement from <22.9,>=22.3.0 to >=22.3.0,<22.11
  • Loading branch information
benjaoming committed Oct 10, 2022
2 parents a6a75f9 + 67ab11d commit 7eb1f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_path(fname):
"flake8>=3.7,<5.1",
# Somewhat pin black, such that older code bases can
# be verified CI without linting them lots
"black>=22.3.0,<22.9",
"black>=22.3.0,<22.11",
"pre-commit",
]

Expand Down

0 comments on commit 7eb1f25

Please sign in to comment.