Skip to content

Commit 9556313

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548181 - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548987
1 parent 5895765 commit 9556313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tqdm==4.56.2
22
requests==2.31.0
3-
Jinja2==2.11.3
3+
Jinja2==3.1.5
44
ciscoconfparse==1.5.29
55
click==8.0.3

0 commit comments

Comments
 (0)