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-SETUPTOOLS-3180412
- https://snyk.io/vuln/SNYK-PYTHON-WHEEL-3180413
  • Loading branch information
snyk-bot committed Apr 8, 2024
1 parent 983c163 commit e366089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax check, unit test, profiling
setuptools>=56.0.0
setuptools>=65.5.1
flake8>=3.8.4
pytest>=6.2.1
twine==3.3.0
pypandoc>=1.5
wheel>=0.31.0
wheel>=0.38.0

0 comments on commit e366089

Please sign in to comment.