From 09002fc3f653598de83e0af332e6295e58a17a6b Mon Sep 17 00:00:00 2001 From: Soren Jensen Date: Mon, 5 Feb 2024 22:45:56 +0000 Subject: [PATCH] Update cryptography requirements.txt Targeting https://nvd.nist.gov/vuln/detail/CVE-2023-5678 with the updated version of cryptography. Signed-off-by: Soren Jensen --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78a8a0b0..204b5033 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ charset-normalizer==3.2.0 ; 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 python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows" coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0" -cryptography==41.0.5 ; python_version >= "3.7" and python_version < "4.0" +cryptography==42.0.2 ; python_version >= "3.7" and python_version < "4.0" exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11" frozenlist==1.3.3 ; python_version >= "3.7" and python_version < "4.0" idna==3.4 ; python_version >= "3.7" and python_version < "4.0"