Update dependency rsa to v4.9
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
rsa (source) | ironbank-pypi | minor |
4.7.2 -> 4.9
|
Release Notes
sybrenstuvel/python-rsa
v4.9
- Remove debug logging from
rsa/key.py
(#194). - Remove overlapping slots in
PrivateKey
andPublicKey
. (#189). - Do not include CHANGELOG/LICENSE/README.md in wheel (#191).
- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (#188).
v4.8
- Switch to Poetry for dependency and release management.
- Compatibility with Python 3.10.
- Chain exceptions using
raise new_exception from old_exception
(#157) - Added marker file for PEP 561. This will allow type checking tools in dependent projects to use type annotations from Python-RSA (#136).
- Use the Chinese Remainder Theorem when decrypting with a private key. This makes decryption 2-4x faster (#163).
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.