From 4451917361b45a482f7cf0da2e0c2c3098ebb609 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Jan 2024 06:27:09 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6050294 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6126975 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1678448..6eacc81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ certifi==2020.4.5.1 cffi==1.14.0 chardet==3.0.4 click==7.1.1 -cryptography==3.3.2 +cryptography==42.0.0 idna==2.9 importlib-metadata==1.6.0 jeepney==0.4.3