From b44b218067b8edcc333b42786507b0f76d612a14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Jan 2024 23:13:22 +0000 Subject: [PATCH] fix: test/acceptance/workspaces/mono-repo-project/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6209406 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6209407 --- test/acceptance/workspaces/mono-repo-project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/workspaces/mono-repo-project/requirements.txt b/test/acceptance/workspaces/mono-repo-project/requirements.txt index 4255004086..499d8282b9 100644 --- a/test/acceptance/workspaces/mono-repo-project/requirements.txt +++ b/test/acceptance/workspaces/mono-repo-project/requirements.txt @@ -1,3 +1,3 @@ # The following library requires Python >= 3.4.2 # For more see: https://pypi.python.org/pypi?:action=browse&show=all&c=595 -aiohttp==2.2.2 +aiohttp==3.9.2