From 287f67a77cc4df45a124ba684e9bbcb7c5fa12ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Aug 2024 10:26:48 +0000 Subject: [PATCH] fix: test/acceptance/workspaces/mono-repo-project/python-app-with-req-file/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-7675597 --- .../mono-repo-project/python-app-with-req-file/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/workspaces/mono-repo-project/python-app-with-req-file/requirements.txt b/test/acceptance/workspaces/mono-repo-project/python-app-with-req-file/requirements.txt index 4255004086..2ccbb09e26 100644 --- a/test/acceptance/workspaces/mono-repo-project/python-app-with-req-file/requirements.txt +++ b/test/acceptance/workspaces/mono-repo-project/python-app-with-req-file/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.10.2