Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 18c0e67

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-174126 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-174323
1 parent 051dd2b commit 18c0e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ flask==1.0.2
77
google-auth==1.6.3
88
idna==2.8
99
itsdangerous==1.1.0
10-
jinja2==2.10
10+
jinja2==2.10.1
1111
markupsafe==1.1.0
1212
pyasn1-modules==0.2.7
1313
pyasn1==0.4.7
1414
requests==2.21.0
1515
rsa==4.0
1616
ruamel.yaml==0.15.81
1717
six==1.12.0
18-
urllib3==1.24.2
18+
urllib3==1.24.3
1919
werkzeug==0.15.3

0 commit comments

Comments
 (0)