Skip to content

Commit d8570b4

Browse files
committed
fix: backend_app/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
1 parent 158edda commit d8570b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend_app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ supervisor==4.1.0
6767
tqdm==4.56.0
6868
typing-extensions==3.7.4.3
6969
uritemplate==3.0.1
70-
urllib3==1.26.5
70+
urllib3==2.5.0
7171
vine==1.3.0
7272
yarl==1.4.2
7373
zipp==0.6.0

0 commit comments

Comments
 (0)