Skip to content

Commit 09002fc

Browse files
authored
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 <[email protected]>
1 parent a31c62b commit 09002fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ charset-normalizer==3.2.0 ; python_version >= "3.7" and python_version < "4.0"
1111
click==8.1.7 ; python_version >= "3.7" and python_version < "4.0"
1212
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"
1313
coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0"
14-
cryptography==41.0.5 ; python_version >= "3.7" and python_version < "4.0"
14+
cryptography==42.0.2 ; python_version >= "3.7" and python_version < "4.0"
1515
exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11"
1616
frozenlist==1.3.3 ; python_version >= "3.7" and python_version < "4.0"
1717
idna==3.4 ; python_version >= "3.7" and python_version < "4.0"

0 commit comments

Comments
 (0)