Skip to content

Commit

Permalink
fix: requirements.dev.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-BANDIT-6241859
  • Loading branch information
snyk-bot committed Feb 12, 2024
1 parent 91cf991 commit 3df04c2
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
@@ -1,5 +1,5 @@
-r ./requirements.txt
bandit==1.7.0
bandit==1.7.7
black==22.3.0
codecov==2.1.11
coverage==6.0b1
Expand Down

0 comments on commit 3df04c2

Please sign in to comment.