Skip to content

Commit

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

Update black requirement from <22.4,>=22.3.0 to >=22.3.0,<22.7
  • Loading branch information
benjaoming committed Jul 4, 2022
2 parents d6aef2b + 9ac4fb2 commit fe26261
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,<4.1",
# Somewhat pin black, such that older code bases can
# be verified CI without linting them lots
"black>=22.3.0,<22.4",
"black>=22.3.0,<22.7",
"pre-commit",
]

Expand Down

0 comments on commit fe26261

Please sign in to comment.