account_ebics - prevent cryptography into newest versions

Check Cryptography 41.0 which drops the support for Python 3.6
This commit is contained in:
Jérémy Didderen 2023-04-07 15:25:05 +02:00
parent e7fc1d9b86
commit dacdc11540
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
"external_dependencies": {
"python": [
"fintech",
"cryptography",
"cryptography<=39.0.2",
]
},
"images": ["static/description/cover.png"],

View File

@ -1,3 +1,3 @@
# generated from manifests external_dependencies
cryptography
cryptography<=39.0.2
fintech