From 6fbc58a82f0fcffb336777099275325610452820 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Feb 2025 05:07:10 +0000 Subject: [PATCH] fix: rest-service/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-8715586 --- rest-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-service/requirements.txt b/rest-service/requirements.txt index 7d574c6a0d..99e97d0f23 100644 --- a/rest-service/requirements.txt +++ b/rest-service/requirements.txt @@ -47,7 +47,7 @@ cloudify-common[dispatcher] @ https://github.com/cloudify-cosmo/cloudify-common/ # via # -r requirements.in # cloudify-rest-service (setup.py) -cryptography==43.0.0 +cryptography==44.0.1 # via cloudify-rest-service (setup.py) distro==1.9.0 # via