Skip to content

Commit 2c92cbe

Browse files
committed
fix: Traffic-Sign-Detection/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NETWORKX-1062709 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1085966 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1533435
1 parent ce1fb96 commit 2c92cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Traffic-Sign-Detection/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ nbclient==0.5.1
5555
nbconvert==6.5.1
5656
nbformat==5.1.2
5757
nest-asyncio==1.4.3
58-
networkx==2.5
58+
networkx==2.6
5959
notebook==6.4.12
6060
numba==0.52.0
6161
numpy==1.22.0
@@ -116,7 +116,7 @@ tornado==6.1
116116
tqdm==4.56.0
117117
traitlets==5.0.5
118118
typing-extensions==3.7.4.3
119-
urllib3==1.26.2
119+
urllib3==1.26.5
120120
wcwidth==0.2.5
121121
webencodings==0.5.1
122122
Werkzeug==1.0.1

0 commit comments

Comments
 (0)