diff --git a/0001-relax-cryptography-dependency-version-requirement.patch b/0001-relax-cryptography-dependency-version-requirement.patch index 8b1b4eb..c5552b6 100644 --- a/0001-relax-cryptography-dependency-version-requirement.patch +++ b/0001-relax-cryptography-dependency-version-requirement.patch @@ -23,7 +23,7 @@ index 271c17c22..e8a71d477 100644 - # with the latest security patches. - "cryptography>=3.4.7", + "cryptography>=3.4", - "ijson>=3.0", + "ijson>=3.1", ] --