Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Update PyOpenSSL to version 24.1.0
`cryptography` removed `X509_V_FLAG_NOTIFY_POLICY` which is still imported when using the `pysatochip` package but unused. To fix this we update `pyOpenSSL` to version 24.1.0 pyca/cryptography#9163 pyca/pyopenssl#1213 ``` File "/tmp/.mount_Electrig7PIy/usr/lib/python3.11/site-packages/pysatochip/certificate_validator.py", line 6, in <module> import OpenSSL File "/tmp/.mount_Electrig7PIy/usr/lib/python3.11/site-packages/OpenSSL/__init__.py", line 8, in <module> from OpenSSL import crypto, SSL File "/tmp/.mount_Electrig7PIy/usr/lib/python3.11/site-packages/OpenSSL/crypto.py", line 1556, in <module> class X509StoreFlags(object): File "/tmp/.mount_Electrig7PIy/usr/lib/python3.11/site-packages/OpenSSL/crypto.py", line 1575, in X509StoreFlags NOTIFY_POLICY = _lib.X509_V_FLAG_NOTIFY_POLICY ```
- Loading branch information