From fa15fc11a1ee129d11634e800d3a2f3a9816ac46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Feb 2023 08:05:09 +0000 Subject: [PATCH] fix: aws-python-auth0-custom-authorizers-api/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 --- aws-python-auth0-custom-authorizers-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-python-auth0-custom-authorizers-api/requirements.txt b/aws-python-auth0-custom-authorizers-api/requirements.txt index 719d07db0..8fb71359b 100644 --- a/aws-python-auth0-custom-authorizers-api/requirements.txt +++ b/aws-python-auth0-custom-authorizers-api/requirements.txt @@ -1,2 +1,2 @@ -cryptography==2.3 +cryptography==39.0.1 PyJWT==1.6.4