Skip to content

Commit 6aa45a7

Browse files
committed
fix: samples/server/petstore/python-aiohttp-srclayout/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14151620
1 parent ddb15d4 commit 6aa45a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/server/petstore/python-aiohttp-srclayout/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ connexion[aiohttp,swagger-ui] <= 2.3.0; python_version=="3.5" or python_version=
44
# connexion requires werkzeug but connexion < 2.4.0 does not install werkzeug
55
# we must peg werkzeug versions below to fix connexion
66
# https://github.com/zalando/connexion/pull/1044
7-
werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4"
7+
werkzeug==3.1.4; python_version=="3.5" or python_version=="3.4"
88
swagger-ui-bundle == 0.0.9
99
aiohttp_jinja2 == 1.5.0
1010
Flask < 2.3

0 commit comments

Comments
 (0)