tutor/requirements
Régis Behmo 68203f47be fix: RsaKey.dq attribute error
Running `tutor config save` with an outdated version of pycryptodome was
failing with the following error:

    Error: Missing configuration value: 'Crypto.PublicKey.RSA.RsaKey object' has no attribute 'dq'

This is because the "dq" attribute was only introduced in pycryptodome
3.17.0: https://www.pycryptodome.org/src/changelog#january-2023

To resolve this issue we bump the minimum requirements.

Close #962
2023-12-19 09:32:19 +01:00
..
base.in fix: RsaKey.dq attribute error 2023-12-19 09:32:19 +01:00
base.txt feat: upgrade to quince 2023-12-11 20:41:32 +01:00
dev.in feat: upgrade to quince 2023-12-11 20:41:32 +01:00
dev.txt feat: upgrade to quince 2023-12-11 20:41:32 +01:00
docs.in chore: upgrade reqs 2023-08-29 15:53:27 +02:00
docs.txt feat: upgrade to quince 2023-12-11 20:41:32 +01:00
plugins.txt feat: upgrade to quince 2023-12-11 20:41:32 +01:00