From b75e1cd8132f7bae3ffe98cb278622e2ca2d66f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Feb 2023 03:00:44 +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-3112177 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3112180 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 52832b5..388c404 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -cryptography==36.0.0 +cryptography==38.0.3