We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe96847 + cba4233 commit 2d9ba1eCopy full SHA for 2d9ba1e
requirements/base.txt
@@ -2,7 +2,7 @@
2
# note: it is mandatory to register all dependencies of the required packages.
3
4
# Required packages:
5
-cryptography==3.2
+cryptography==3.3.1
6
defusedxml==0.6.0
7
jsonschema==3.2.0
8
lxml==4.5.0
tests/test_libs_crypto_utils.py
@@ -846,7 +846,7 @@ def test_load_pem_x509_cert_fail_value_error(self) -> None:
846
self.assertEqual(
847
cm.exception.args,
848
("Unable to load certificate. See "
849
- "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 "
850
"for more details.", ))
851
852
def test_x509_cert_der_to_pem_pem_to_der_ok_1(self) -> None:
0 commit comments