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-AIOHTTP-6091621
- https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6091622
  • Loading branch information
snyk-bot committed Nov 28, 2023
1 parent 0e20f61 commit 1250402
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,4 +1,4 @@
aiohttp>=3.6.2
aiohttp>=3.9.0
aiofiles
pydantic>=1.4.0,<2.0.0
requests>=2.24.0
Expand Down

0 comments on commit 1250402

Please sign in to comment.