From bb2afc7b6c6159d3e950d4b23bf71825814960c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 19:29:44 +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-REQUESTS-10305723 --- .../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..7321383ba 100644 --- a/cmd/python/functions_framework_compat/converter/requirements.txt +++ b/cmd/python/functions_framework_compat/converter/requirements.txt @@ -27,7 +27,7 @@ pyasn1==0.4.8 pyasn1-modules==0.2.8 pytz==2020.1 PyYAML==5.4 -requests==2.24.0 +requests==2.32.4 rsa==4.7 six==1.15.0 uritemplate==3.0.1