From c11e058bee031cab200bd072cd18b99e19f3781c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jun 2024 02:36:16 +0000 Subject: [PATCH] fix: examples/demo_workflow/demo_workflow/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6091621 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6091622 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6209406 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6209407 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6645291 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6808823 --- examples/demo_workflow/demo_workflow/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/demo_workflow/demo_workflow/requirements.txt b/examples/demo_workflow/demo_workflow/requirements.txt index 61f7f5c82..2360287af 100644 --- a/examples/demo_workflow/demo_workflow/requirements.txt +++ b/examples/demo_workflow/demo_workflow/requirements.txt @@ -1 +1,2 @@ dapr-ext-workflow-dev>=0.0.1rc1.dev +aiohttp>=3.9.4 # not directly required, pinned by Snyk to avoid a vulnerability