daita-technologies / backend

Backend system for the DAITA platform.
http://app.daita.tech
GNU Affero General Public License v3.0
3 stars 1 forks source link

chore(deps): bump rsa from 4.7.2 to 4.8 #128

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rsa from 4.7.2 to 4.8.

Changelog

Sourced from rsa's changelog.

Version 4.8 - released 2021-11-24

  • 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)
dependabot[bot] commented 2 years ago

The following labels could not be found: dependencies.

dependabot[bot] commented 2 years ago

A newer version of rsa exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

pcaversaccio commented 2 years ago

@dependabot recreate

dependabot[bot] commented 2 years ago

Looks like rsa is no longer a dependency, so this is no longer needed.