From 9452b7ca6383b324a3d57025d971686cb4f40270 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Apr 2026 21:38:12 +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-15873704 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873731 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873732 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873733 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873734 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873735 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873736 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873737 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873738 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-15873739 --- .../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..b3c2992fe 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.13.4 async-timeout==3.0.1 attrs==19.3.0 cachetools==4.1.1