Skip to content

Commit

Permalink
Fix dependency conflicts as black 24.3 requires python 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Guyot <[email protected]>
  • Loading branch information
pguyot committed May 5, 2024
1 parent aaabecd commit 334e75d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ pytest-django==3.8.0
pytest-pep8==1.0.6
asynctest==0.13.0
coverage==6.3.2
black==24.3.0
black==24.3.0 ; python_version != '3.7'
black==23.3.0 ; python_version == '3.7'
flake8==4.0.1
isort==5.10.1
pre_commit==2.17.0
Expand Down Expand Up @@ -84,7 +85,7 @@ attrs==21.4.0
wcwidth==0.2.5
more_itertools==8.12.0
pluggy==0.13.1
packaging==21.3
packaging==22.0
py==1.11.0
virtualenv==20.13.3
nodeenv==1.6.0
Expand Down

0 comments on commit 334e75d

Please sign in to comment.