From 87e52c51d78ded0ed07e8a21c3c30895180b21af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jun 2026 21:46:20 +0000 Subject: [PATCH] fix: cmd/python/functions_framework_compat/converter/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-17342364 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-17342401 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-17342413 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-17342416 --- .../functions_framework_compat/converter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/python/functions_framework_compat/converter/requirements.txt b/cmd/python/functions_framework_compat/converter/requirements.txt index ad97f7b..348443a 100644 --- a/cmd/python/functions_framework_compat/converter/requirements.txt +++ b/cmd/python/functions_framework_compat/converter/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.7.4 +aiohttp==3.14.1 async-timeout==3.0.1 attrs==19.3.0 cachetools==4.1.1