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-REQUESTS-5595532
- https://snyk.io/vuln/SNYK-PYTHON-WHEEL-3180413
  • Loading branch information
snyk-bot committed Nov 30, 2023
1 parent 5482fdc commit de1eef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest==6.2.4
pytest-rerunfailures==10.1
codecov==2.1.12
requests==2.26.0
requests==2.31.0
flake8==3.9.2
wheel==0.36.2
requests==2.26.0
wheel==0.38.0
requests==2.31.0

0 comments on commit de1eef0

Please sign in to comment.