Skip to content

Commit

Permalink
Update requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Jan 25, 2024
1 parent 69915a5 commit 0bc7284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ autopep8; python_version < "3"
autopep8>=1.5.4; python_version >= "3.6"
backports.tempfile; python_version < "3"
bandit==1.7.1; python_version < "3.7" # pyup: ignore
bandit==1.7.7; python_version >= "3.7"
bandit==1.7.5; python_version = "3.7"
bandit==1.7.7; python_version >= "3.8"
bump2version==1.0.1
codacy-coverage>=1.3.11
coverage==5.5; python_version < "3" # pyup: ignore
Expand Down

0 comments on commit 0bc7284

Please sign in to comment.