From cab6cde3d2e5bf0f6c5d0de7a8324e6c9d0f1a1e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 17:23:21 +0000 Subject: [PATCH] fix: docs/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6036192 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 22a8beed..843e5cd5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ charset-normalizer==3.3.1 ; python_version >= "3.7" and python_version < "4.0" click==8.1.7 ; python_version >= "3.7" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows") coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0" -cryptography==41.0.4 ; python_version >= "3.7" and python_version < "4.0" +cryptography==41.0.5 ; python_version >= "3.7" and python_version < "4.0" docutils==0.17.1 ; python_version >= "3.7" and python_version < "4.0" esbonio==0.16.1 ; python_version >= "3.7" and python_version < "4.0" exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11"