From 3b9feb9f268850c726184d25c76a849e7e69b8c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Feb 2023 18:56:04 +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-3316038 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3316211 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5e5e01caa..01f5e39052 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ xlsxwriter==1.2.2 pystache==0.5.4 parsedatetime==2.4 PyJWT==1.7.1 -cryptography==2.8 +cryptography==39.0.1 simplejson==3.16.0 ua-parser==0.8.0 user-agents==2.0