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 6935627 commit 9b7ce82
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 @@
pytablewriter

# lint/format/types
black==22.3.0
black==24.3.0
flake8==3.9.2
pytype==2019.7.11
pytest-mock~=3.5.1
Expand Down

0 comments on commit 9b7ce82

Please sign in to comment.