Skip to content

Commit

Permalink
fix: controller/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 Jun 1, 2024
1 parent 8014277 commit ce081e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ rshell==0.0.31
mpremote==0.4.0
pytest==7.2.0
pytest-mock==3.10.0
pymongo==4.3.3
pymongo==4.6.3
coverage==7.2.2
requests==2.28.1

0 comments on commit ce081e4

Please sign in to comment.