Skip to content

Commit

Permalink
fix: workflows/dev-requirements.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 20, 2024
1 parent c0829f3 commit d90b758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flake8~=3.7
ipython~=8.10
jedi~=0.15.0
black~=19.10b0
black~=24.3.0
pytest~=5.3
pytest-watch~=4.2
awscli~=1.17
Expand Down

0 comments on commit d90b758

Please sign in to comment.