From 78acf288c135ddb8e2bea8467ab5c8f5a2fbe78f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Feb 2025 15:35:51 +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-7886970 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-8715586 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a7a2e7..a7fb5ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ psutil>=5.9.4 requests>=2.28.1 toml>=0.10.2 Unidecode>=1.3.1 -werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability +cryptography>=44.0.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file