Skip to content

Commit f5d0881

Browse files
committed
fix: tutorials/pub-sub/python-subscriber/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6809379
1 parent 6c1392a commit f5d0881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/pub-sub/python-subscriber/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Click==7.0
22
Flask==1.1.1
33
Flask-Cors==3.0.9
44
itsdangerous==1.1.0
5-
Jinja2==2.11.3
5+
Jinja2==3.1.4
66
MarkupSafe==1.1.1
77
six==1.12.0
88
Werkzeug==0.15.6

0 commit comments

Comments
 (0)