Skip to content

Commit

Permalink
fix: backend_app/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 4adcca1 commit 508c380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ordered-set==3.1.1
packaging==20.3
psycopg2==2.9.0
PyJWT==1.7.1
pymongo==3.10.1
pymongo==4.6.3
pyparsing==2.4.6
python-crontab==2.4.0
python-dateutil==2.8.1
Expand Down

0 comments on commit 508c380

Please sign in to comment.