Skip to content

Commit

Permalink
fix: 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-PYMONGO-6370597
  • Loading branch information
snyk-bot committed Apr 6, 2024
1 parent 36eb825 commit 55c56f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/requirements.txt
Expand Up @@ -30,7 +30,7 @@ pycodestyle==2.5.0
pycparser==2.20
pyflakes==2.1.1
PyJWT==1.7.1
pymongo==3.10.1
pymongo==4.6.3
pyparsing==2.4.7
pyrsistent==0.16.0
pytest==5.4.1
Expand Down

0 comments on commit 55c56f7

Please sign in to comment.