Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 24, 2022

Updates the requirements on python-gnupg to permit the latest version.

Release notes

Sourced from python-gnupg's releases.

Enhancement and bug-fix release

This is an enhancement and bug-fix release, and all users are encouraged to upgrade.

Brief summary:

  • Fixed #181: Added the ability to pass file paths to encrypt_file, decrypt_file, sign_file, verify_file, get_recipients_file and added import_keys_file.

  • Fixed #183: Handle FAILURE and UNEXPECTED conditions correctly. Thanks to sebbASF for the patch.

  • Fixed #185: Handle VALIDSIG arguments more robustly.

  • Fixed #188: Remove handling of DECRYPTION_FAILED from Verify code, as not required there. Thanks to sebbASF for the patch.

  • Fixed #190: Handle KEY_CREATED more robustly.

  • Fixed #191: Handle NODATA messages during verification.

  • Fixed #196: Don't log chunk data by default, as it could contain sensitive information (during decryption, for example).

  • Added the ability to pass an environment to the gpg executable. Thanks to Edvard Rejthar for the patch.

This release [2] has been signed with my code signing key:

Vinay Sajip (CODE SIGNING KEY) Fingerprint: CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86

Commits
  • 5099fd1 Changes for 0.5.0.
  • 398c731 Fix #196: Don't log chunk data by default, as it could contain sensitive info...
  • 278bfb0 Reordered part of the documentation.
  • ba4a3cc Add some more information about ECC key generation.
  • 160b1d6 Fix #195: Document how to specify key size when adding subkeys.
  • 3b1526f Fix #194: Add documentation on specifying key usages.
  • 9da640c Update NODATA handling during verification.
  • e979539 Fix #191: Handle NODATA messages during verification.
  • 1a64f3a Fix #190: Handle KEY_CREATED more robustly.
  • 302ce48 Update change log.
  • 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 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)

Updates the requirements on [python-gnupg](https://github.com/vsajip/python-gnupg) to permit the latest version.
- [Release notes](https://github.com/vsajip/python-gnupg/releases)
- [Commits](vsajip/python-gnupg@0.4.7...0.5.0)

---
updated-dependencies:
- dependency-name: python-gnupg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 24, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant