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-BLACK-6256273
  • Loading branch information
snyk-bot committed Mar 18, 2024
1 parent 47c7cc2 commit 58239de
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 @@ -8,7 +8,7 @@ Sphinx
twine==3.5.0
Click==8.0.3
pytest==6.2.4
black==21.7b0
black==24.3.0
bandit
mypy
pytest-cov
Expand Down

0 comments on commit 58239de

Please sign in to comment.