UNCLASSIFIED - NO CUI

Skip to content

Update dependency rsa to v4.9

renovate requested to merge renovate/rsa-4.x into development

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 and PublicKey. (#​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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports