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-7172112
  • Loading branch information
snyk-bot committed May 31, 2024
1 parent 36eb825 commit ceb902a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
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 ceb902a

Please sign in to comment.