From 66baa0fcbdc72868d9d385d7bf93fb0fe30d4290 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Feb 2023 00:46:02 +0000 Subject: [PATCH] fix: scrapers/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3172287 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3314966 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315324 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315328 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315331 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315452 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315972 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315975 --- scrapers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapers/requirements.txt b/scrapers/requirements.txt index 6d42a8c..e22f218 100644 --- a/scrapers/requirements.txt +++ b/scrapers/requirements.txt @@ -4,7 +4,7 @@ attrs==18.2.0 Automat==0.7.0 cffi==1.11.5 constantly==15.1.0 -cryptography==2.3.1 +cryptography==39.0.1 cssselect==1.0.3 hyperlink==18.0.0 idna==2.7