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

update: update rsa requirement from ~=4.7.2 to ~=4.8 #648

Merged
merged 1 commit into from
May 2, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2022

Updates the requirements on rsa to permit the latest version.

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).

Version 4.7.2 - released 2021-02-24

  • Fix picking/unpickling issue introduced in 4.7 (#173)

Version 4.7.1 - released 2021-02-15

  • Fix threading issue introduced in 4.7 (#173)

Version 4.7 - released 2021-01-10

  • Fix #165: CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code
  • Add padding length check as described by PKCS#1 v1.5 (Fixes #164)
  • Reuse of blinding factors to speed up blinding operations. Fixes #162.
  • Declare & test support for Python 3.9

Version 4.4 & 4.6 - released 2020-06-12

Version 4.4 and 4.6 are almost a re-tagged release of version 4.2. It requires Python 3.5+. To avoid older Python installations from trying to upgrade to RSA 4.4, this is now made explicit in the python_requires argument in setup.py. There was a mistake releasing 4.4 as "3.5+ only", which made it necessary to retag 4.4 as 4.6 as well.

No functional changes compared to version 4.2.

Version 4.3 & 4.5 - released 2020-06-12

Version 4.3 and 4.5 are almost a re-tagged release of version 4.0. It is the last to support Python 2.7. This is now made explicit in the python_requires

... (truncated)

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 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 will merge this PR once CI passes on it, as requested by @xopham.


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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 2, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 2, 2022

Codecov Report

Merging #648 (2f2bb62) into develop (165f518) will increase coverage by 3.27%.
The diff coverage is 97.15%.

@@             Coverage Diff             @@
##           develop     #648      +/-   ##
===========================================
+ Coverage    93.52%   96.79%   +3.27%     
===========================================
  Files           15       22       +7     
  Lines          633     1218     +585     
===========================================
+ Hits           592     1179     +587     
+ Misses          41       39       -2     
Impacted Files Coverage Δ
connaisseur/__main__.py 0.00% <0.00%> (ø)
connaisseur/kube_api.py 87.50% <66.66%> (ø)
...naisseur/validators/notaryv2/notaryv2_validator.py 80.00% <80.00%> (ø)
connaisseur/flask_application.py 92.63% <92.63%> (ø)
connaisseur/validators/static/static_validator.py 93.75% <93.75%> (ø)
connaisseur/util.py 95.45% <95.45%> (-4.55%) ⬇️
connaisseur/logging_wrapper.py 96.15% <96.15%> (ø)
connaisseur/config.py 97.29% <97.29%> (ø)
connaisseur/alert.py 97.97% <97.97%> (ø)
...naisseur/validators/notaryv1/notaryv1_validator.py 98.31% <98.31%> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ede8a59...2f2bb62. Read the comment docs.

xopham
xopham previously approved these changes May 2, 2022
Copy link
Collaborator

@xopham xopham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

Updates the requirements on [rsa](https://github.com/sybrenstuvel/python-rsa) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/rsa-approx-eq-4.8 branch from ea113b9 to 2f2bb62 Compare May 2, 2022 07:19
Copy link
Collaborator

@xopham xopham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2022

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Copy link
Collaborator

@xopham xopham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit e7c58f1 into develop May 2, 2022
@dependabot dependabot bot deleted the dependabot/pip/develop/rsa-approx-eq-4.8 branch May 2, 2022 07:35
@xopham xopham mentioned this pull request May 13, 2022
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.

2 participants