Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Bump rsa from 4.7.2 to 4.8 #766

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2022

Bumps rsa from 4.7.2 to 4.8.

Changelog

Sourced from rsa's changelog.

Version 4.8 - in development

  • 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).
Commits
  • 47a7db1 More version bump to 4.8
  • cf47106 Fix update_version.sh to follow Black-style formatting
  • 1ba4a17 Bumped version to 4.8
  • 7b52296 Add compat with py3.10 to changelog
  • 7ed1b5e Remove obsolete file
  • 3e9b338 Fix typos
  • a038aef Update dependencies for Python 3.10 compatibility
  • 39c30a5 Fix testing with Tox + Poetry
  • fe4db61 Run 'poetry lock' to bump typed_ast to support Python 3.10
  • 1f77949 Add support for Python 3.10
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.7.2 to 4.8.
- [Release notes](https://github.com/sybrenstuvel/python-rsa/releases)
- [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md)
- [Commits](sybrenstuvel/python-rsa@version-4.7.2...version-4.8)

---
updated-dependencies:
- dependency-name: rsa
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants