Skip to content

Commit

Permalink
fix: api/services/webscraper/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-STARLETTE-8186175
  • Loading branch information
snyk-bot committed Oct 21, 2024
1 parent 6fb61ab commit fc93ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/services/webscraper/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pydantic==1.10.7
pytest==7.2.2
rfc3986==1.5.0
sniffio==1.3.0
starlette==0.26.1
starlette==0.40.0
tomli==2.0.1
typing_extensions==4.5.0
uvicorn==0.21.1

0 comments on commit fc93ec8

Please sign in to comment.