Skip to content

Commit f25e874

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-H11-10293728
1 parent bdad11d commit f25e874

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
@@ -11,7 +11,7 @@ fastapi==0.115.2
1111
graphene==2.1.8
1212
graphql-core==2.3.2
1313
graphql-relay==2.0.1
14-
h11==0.12.0
14+
h11==0.16.0
1515
httptools>=0.3.0,<0.7.0
1616
httpx==0.24.1
1717
idna==3.7

0 commit comments

Comments
 (0)