From e3d45826557ae86a48c977051d0161326ee9eda7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 May 2024 18:05:31 +0000 Subject: [PATCH] fix: framework/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6808823 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6592767 --- framework/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/requirements.txt b/framework/requirements.txt index b3b30e1..83b68d8 100644 --- a/framework/requirements.txt +++ b/framework/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.9.3 +aiohttp==3.9.4 aiohttp-cache==2.2.0 aiohttp-cors==0.7.0 aiohttp-jinja2==1.5.1 @@ -20,7 +20,7 @@ charset-normalizer==2.0.4 click==8.1.3 clickclick==20.10.2 connexion==2.14.2 -cryptography==42.0.4 +cryptography==42.0.6 Cython==0.29.21 defusedxml==0.6.0 docker==6.0.0