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
  • Loading branch information
snyk-bot committed Oct 23, 2023
1 parent a04306e commit 0a7cb6f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gpt4all-api/gpt4all_api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
aiohttp>=3.6.2
aiofiles
pydantic>=1.4.0,<2.0.0
requests>=2.24.0
ujson>=2.0.2
requests>=2.31.0
ujson>=5.4.0
fastapi>=0.95.0
Jinja2>=3.0
gpt4all>=1.0.0
pytest
openai
black
isort
isort
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 0a7cb6f

Please sign in to comment.