diff --git a/requirements/base.txt b/requirements/base.txt index 27baa355..b4e6bb8e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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 diff --git a/tests/test_libs_crypto_utils.py b/tests/test_libs_crypto_utils.py index 95fb7f05..c4880bee 100644 --- a/tests/test_libs_crypto_utils.py +++ b/tests/test_libs_crypto_utils.py @@ -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: