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-7448482
  • Loading branch information
snyk-bot committed Jul 16, 2024
1 parent 6a63aec commit b6a0208
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 @@ -13,7 +13,7 @@ pyflakes==2.5.0
pyparsing==3.0.9
pytest==7.1.3
pytest-cov==3.0.0
setuptools==65.5.1
setuptools==70.0.0
tomli==2.0.1
types-requests==2.28.10
types-urllib3==1.26.24
Expand Down

0 comments on commit b6a0208

Please sign in to comment.