Skip to content

Commit

Permalink
fix: cvat/requirements/base.txt to reduce vulnerabilities (#4103)
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-MISTUNE-2328096
  • Loading branch information
snyk-bot authored Dec 31, 2021
1 parent d651cd6 commit cbb937b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cvat/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ google-cloud-storage==1.42.0
datumaro==0.2.0 --no-binary=datumaro --no-binary=pycocotools
urllib3>=1.26.5 # not directly required, pinned by Snyk to avoid a vulnerability
natsort==8.0.0
mistune>=2.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit cbb937b

Please sign in to comment.