[FIX] test-requirements: Enforce the right version of cryptography

pull/3195/head
Enric Tobella 2025-02-12 00:14:37 +01:00
parent 30e1bc3b67
commit 29b1ac7b18
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
cryptography==3.4.8; python_version < '3.12' # incompatibility between pyopenssl 19.0.0 and cryptography>=37.0.0
cryptography==42.0.8 ; python_version >= '3.12' # (Noble) min 41.0.7, pinning 42.0.8 for security fixes
odoo_test_helper
mock