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 0bc7284 commit 4f2e113
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 @@ -4,7 +4,7 @@ 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.5; python_version = "3.7"
bandit==1.7.5; python_version == "3.7" # pyup: ignore
bandit==1.7.7; python_version >= "3.8"
bump2version==1.0.1
codacy-coverage>=1.3.11
Expand Down

0 comments on commit 4f2e113

Please sign in to comment.