Skip to content

Commit 19a0b4d

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-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
1 parent b47627c commit 19a0b4d

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
@@ -29,7 +29,7 @@ Rx==1.6.1
2929
starlette==0.36.3
3030
typing-extensions==4.8.0
3131
ujson==4.0.2
32-
urllib3==1.26.19
32+
urllib3==2.5.0
3333
uvicorn==0.13.4
3434
uvloop==0.19.0
3535
watchgod==0.7

0 commit comments

Comments
 (0)