Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Mar 13, 2024
1 parent f4e0f6c commit c15723c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

DEV_REQUIREMENTS = [
'bandit == 1.7.*',
'black == 23.*',
'build == 0.10.*',
'flake8 == 6.*',
'black == 24.*',
'build == 1.1.*',
'flake8 == 7.*',
'isort == 5.*',
'mypy == 1.5.*',
'pytest == 7.*',
'mypy == 1.9.*',
'pytest == 8.*',
'pytest-cov == 4.*',
'twine == 4.*',
]
Expand Down

0 comments on commit c15723c

Please sign in to comment.