From 15b3c70d18b251e78928184424246dad09997f14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Jan 2024 22:48:45 +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-6210214 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3c0991fef2..9ddf583b2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ semver==2.2.1 xlsxwriter==0.9.3 pystache==0.5.4 parsedatetime==2.1 -cryptography==2.0.2 +cryptography==42.0.2 simplejson==3.10.0 nltk==3.2.4 # Uncomment the requirement for ldap3 if using ldap.