Merge pull request #84 from jdidderen-noviat/14.0-cryptography_update

account_ebics - prevent cryptography into newest versions
This commit is contained in:
Luc De Meyer
2023-04-07 18:04:51 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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