Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rsa from 4.7.2 to 4.8 #10406

Merged
merged 3 commits into from
Dec 10, 2021
Merged

Bump rsa from 4.7.2 to 4.8 #10406

merged 3 commits into from
Dec 10, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2021

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

You can trigger a rebase of this PR 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: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 24, 2021
@di di merged commit 4cb42a9 into main Dec 10, 2021
@di di deleted the dependabot/pip/rsa-4.8 branch December 10, 2021 12:29
domdfcoding pushed a commit to domdfcoding/warehouse that referenced this pull request Jun 7, 2022
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: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant