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 authored and jshcodes committed Mar 20, 2024
1 parent 1885705 commit 21bdff0
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 @@ -10,7 +10,7 @@
# These packages are only required if you are a contributor,
# or wish to use FalconDebug.
#
bandit>=1.7.0 # via -r requirements-dev.in
bandit>=1.7.7 # via -r requirements-dev.in
coverage>=5.5 # via -r requirements-dev.in
flake8>=3.9.0 # via -r requirements-dev.in
pytest-cov>=2.11.1 # via -r requirements-dev.in
Expand Down

0 comments on commit 21bdff0

Please sign in to comment.