From 4054eeff65dbaae6f92fb7b7ff9db9abfb0f78eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Sep 2024 22:00:00 +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-7886970 --- 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..473aa1d322 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==43.0.1 # via cloudify-rest-service (setup.py) distro==1.9.0 # via