From d77dd836b7cc8f3f416eebf03fe30eb2e1104401 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 01:17:43 +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-6092044 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fc398133685..f93bfb474fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ click==8.1.3 ; python_version >= "3.7" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" coverage==6.5.0 ; python_version >= "3.7" and python_version < "4.0" coverage[toml]==6.5.0 ; python_version >= "3.7" and python_version < "4.0" -cryptography==38.0.4 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux" +cryptography==41.0.6 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux" docutils==0.17.1 ; python_version >= "3.7" and python_version < "4.0" exceptiongroup==1.0.4 ; python_version >= "3.7" and python_version < "3.11" execnet==1.9.0 ; python_version >= "3.7" and python_version < "4.0"