Skip to content

Commit

Permalink
fix: gpt4all-api/gpt4all_api/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-REQUESTS-6928867
  • Loading branch information
snyk-bot committed May 21, 2024
1 parent da7bc99 commit 76a76c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4all-api/gpt4all_api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiohttp>=3.9.4
aiofiles
pydantic>=2.4.0,<2.0.0
requests>=2.31.0
requests>=2.32.0
ujson>=5.4.0
fastapi>=0.109.1
Jinja2>=3.0
Expand Down

0 comments on commit 76a76c3

Please sign in to comment.