From f3609e39db1a2e1cd464598a0148fee6173c0870 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Feb 2023 08:45:14 +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-3316038 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3316211 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 34724aa..fd6adb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ click==6.7 click-completion==0.3.1 colorama==0.3.9 cookiecutter==1.6.0 -cryptography==2.7 +cryptography==39.0.1 docker==3.7.2 docker-pycreds==0.4.0 entrypoints==0.3