From bd121784815f4caf97134e6d64d9a2786b9d8380 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 03:14:30 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6913422 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf1eb53..61e4bd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ ansible-core==2.12.4 # via ansible cffi==1.15.0 # via cryptography -cryptography==36.0.2 +cryptography==42.0.8 # via ansible-core jinja2==3.1.1 # via ansible-core