Skip to content

Commit

Permalink
fix: requirements/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
snyk-bot committed Mar 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 06839b0 commit f37555f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ twine>=1.13.0
pytest>=4.3.0
pytest-cov>=2.11.1
coveralls>=1.6.0
black[jupyter]>=21.5b0
black>=24.3.0
pre-commit
-r requirements_docs.txt
-r requirements_extra.txt

0 comments on commit f37555f

Please sign in to comment.