Skip to content

Commit

Permalink
fix: requirements-dev.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 30, 2024
1 parent 5482fdc commit cbaba5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
pytest==6.2.4
pytest-rerunfailures==10.1
codecov==2.1.12
requests==2.26.0
requests==2.32.2
flake8==3.9.2
wheel==0.36.2
requests==2.26.0
requests==2.32.2
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit cbaba5a

Please sign in to comment.