From a38b76c395a75141dfea3fa869716c0513f7d69f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2026 06:06: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-REQUESTS-15763443 --- .../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..22904fb 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.33.0 rsa==4.7 six==1.15.0 uritemplate==3.0.1