Skip to content

Commit 01a8db0

Browse files
committed
fix: samples/server/petstore/python-fastapi/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 bdad11d commit 01a8db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/server/petstore/python-fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ httptools>=0.3.0,<0.7.0
1616
httpx==0.24.1
1717
idna==3.7
1818
itsdangerous==1.1.0
19-
Jinja2==3.1.4
19+
Jinja2==3.1.5
2020
MarkupSafe==2.0.1
2121
orjson==3.9.15
2222
promise==2.3

0 commit comments

Comments
 (0)