Skip to content

Commit

Permalink
fix: dev-requirements.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-WAITRESS-8309635
- https://snyk.io/vuln/SNYK-PYTHON-WAITRESS-8309636
  • Loading branch information
snyk-bot committed Oct 29, 2024
1 parent 659c98a commit 5524f14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ pytest==8.3.3
pytest-cov==5.0.0
pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
waitress>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 5524f14

Please sign in to comment.