From a850e0c7ac4f7c1041045d2a0183db84c403d293 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jun 2026 03:10:42 +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 98cde4c24..bfbcd55c4 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