Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philipstarkey committed Mar 8, 2024
1 parent ef4357a commit 232d0c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Development / CI requirements
# Note: These packages are stored outside of the setup.py, to maintain a
# single source of truth, and allow the extras to be installed in isolation.
black==19.10b0
flake8==3.9.0
isort==5.8.0
wheel==0.24.0 # for PyPI installs
black==24.2.0
flake8==7.0.0
isort==5.13.2
wheel==0.42.0 # for PyPI installs

0 comments on commit 232d0c0

Please sign in to comment.