From 5b72139a68069901a3f0523360e02a43afb844a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jan 2024 14:36:55 +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-6050294 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6126975 --- 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..586c5fb95 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==42.0.0 PyJWT==1.6.4