mirror of https://github.com/dapr/quickstarts.git
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
This commit is contained in:
parent
6c1392af01
commit
f5d0881b31
|
@ -2,7 +2,7 @@ Click==7.0
|
|||
Flask==1.1.1
|
||||
Flask-Cors==3.0.9
|
||||
itsdangerous==1.1.0
|
||||
Jinja2==2.11.3
|
||||
Jinja2==3.1.4
|
||||
MarkupSafe==1.1.1
|
||||
six==1.12.0
|
||||
Werkzeug==0.15.6
|
||||
|
|
Loading…
Reference in New Issue