Skip to content

Commit 2d9ba1e

Browse files
authored
Merge pull request #166 from fyntex/feature/update-cryptography
requirements: Update 'cryptography'
2 parents fe96847 + cba4233 commit 2d9ba1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# note: it is mandatory to register all dependencies of the required packages.
33

44
# Required packages:
5-
cryptography==3.2
5+
cryptography==3.3.1
66
defusedxml==0.6.0
77
jsonschema==3.2.0
88
lxml==4.5.0

tests/test_libs_crypto_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ def test_load_pem_x509_cert_fail_value_error(self) -> None:
846846
self.assertEqual(
847847
cm.exception.args,
848848
("Unable to load certificate. See "
849-
"https://cryptography.io/en/latest/faq/#why-can-t-i-import-my-pem-file "
849+
"https://cryptography.io/en/latest/faq.html#why-can-t-i-import-my-pem-file "
850850
"for more details.", ))
851851

852852
def test_x509_cert_der_to_pem_pem_to_der_ok_1(self) -> None:

0 commit comments

Comments
 (0)