From b4bc2cf240aef88995f4e3ada6eaab201076d01e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jan 2026 23:23:35 +0000 Subject: [PATCH] fix: examples/openfunction_dapr_trigger/caller/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871873 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871876 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871877 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871888 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871929 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871954 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871979 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14872000 --- examples/openfunction_dapr_trigger/caller/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/openfunction_dapr_trigger/caller/requirements.txt b/examples/openfunction_dapr_trigger/caller/requirements.txt index f352a68..22a6d22 100644 --- a/examples/openfunction_dapr_trigger/caller/requirements.txt +++ b/examples/openfunction_dapr_trigger/caller/requirements.txt @@ -1,2 +1,3 @@ dapr-ext-grpc == 1.10.0 dapr == 1.10.0 +aiohttp>=3.13.3 # not directly required, pinned by Snyk to avoid a vulnerability