Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Apr 4, 2024
1 parent c601ef9 commit fcb3e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ codespell==2.2.6; python_version >= "3.8"
coverage==7.4.4; python_version >= "3.8"
pre-commit==3.3.1; python_version >= "3.8"
pytest==8.1.1; python_version >= "3.8"
pytest-cov==5.0.0; python_version < "3.8" # pytest-cov 5 dropped python 3.7 support
pytest-cov==5.0.0; python_version >= "3.8"
ruff==0.3.5

black==23.3.0; python_version < "3.8" # black 24 dropped python 3.7 support
Expand Down

0 comments on commit fcb3e37

Please sign in to comment.