From 79a00c40635414d34ee1e5566a00c8cc756b747b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Aug 2023 21:08:48 +0000 Subject: [PATCH] fix: requirements.dev.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 --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 0a3fc31..dafd810 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -18,7 +18,7 @@ cffi==1.15.0 # cryptography cfgv==3.3.1 # via pre-commit -cryptography==36.0.2 +cryptography==41.0.3 # via # -r requirements.txt # ansible-core