Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# note: it is mandatory to register all dependencies of the required packages.

# Required packages:
cryptography==3.2
cryptography==3.3.1
defusedxml==0.6.0
jsonschema==3.2.0
lxml==4.5.0
Expand Down
2 changes: 1 addition & 1 deletion tests/test_libs_crypto_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ def test_load_pem_x509_cert_fail_value_error(self) -> None:
self.assertEqual(
cm.exception.args,
("Unable to load certificate. See "
"https://cryptography.io/en/latest/faq/#why-can-t-i-import-my-pem-file "
"https://cryptography.io/en/latest/faq.html#why-can-t-i-import-my-pem-file "
"for more details.", ))

def test_x509_cert_der_to_pem_pem_to_der_ok_1(self) -> None:
Expand Down