From 6162c2bbfa5858dfd1b7e22c5438fbfad7d3b16a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 17:24:16 +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-15263096 --- 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..02886f79c 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==46.0.5 PyJWT==1.6.4