From ba4bbfe6e240cd028bfb4b05c8d32fa024e466d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Aug 2023 15:33:15 +0000 Subject: [PATCH] fix: deployment/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5813745 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5813746 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5813750 --- deployment/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/requirements.txt b/deployment/requirements.txt index 8584cea4..15d8023a 100644 --- a/deployment/requirements.txt +++ b/deployment/requirements.txt @@ -10,7 +10,7 @@ ansible-core==2.15.1 # via ansible cffi==1.15.1 # via cryptography -cryptography==41.0.1 +cryptography==41.0.3 # via ansible-core importlib-resources==5.0.7 # via ansible-core