From 9750ac05715a5cf388d6ee5b1a88d65ebeaf9c0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jun 2024 14:14:40 +0000 Subject: [PATCH] fix: framework/requirements-dev.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 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 --- framework/requirements-dev.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/framework/requirements-dev.txt b/framework/requirements-dev.txt index 5046aa7..e3dcf8f 100644 --- a/framework/requirements-dev.txt +++ b/framework/requirements-dev.txt @@ -7,4 +7,6 @@ pytest-aiohttp==1.0.4 pytest-asyncio==0.18.1 pytest-html==2.1.1 pytest-trio==0.8.0 -tavern==1.23.5 \ No newline at end of file +tavern==1.23.5 +aiohttp>=3.9.4 # not directly required, pinned by Snyk to avoid a vulnerability +requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file