Skip to content

Bump keyring from 21.5.0 to 23.4.0#153

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/keyring-23.4.0
Closed

Bump keyring from 21.5.0 to 23.4.0#153
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/keyring-23.4.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2021

Bumps keyring from 21.5.0 to 23.4.0.

Changelog

Sourced from keyring's changelog.

v23.4.0

  • #549: EnvironCredential now allows for equality comparison.

v23.3.0

  • #529: macOS backend is no longer viable if the API module cannot be loaded. Prevents "symbol not found" errors on macOS 11 (Big Sur) and later when a "universal2" binary is not used (available for Python 3.8.7 and later).

  • #547: Tests no longer attempt to run macOS backends even on macOS when the backend is non-viable.

  • #542: Change get_credential to return generic Credential.

v23.2.1

  • #530: In libsecret tests, use a session collection to allow tests to pass on Debian.

v23.2.0

  • #521: Add libsecret backend.

v23.1.0

  • #519: macOS backend APIs updated to newer, non-legacy APIs.

v23.0.1

  • #504: Better error with invalid parameter to init_keyring.
  • #505: Nicer documentation for headless Docker.

v23.0.0

  • Backends now all invoke set_properties_from_env on self in the initializer. Derived backends should be sure to invoke super().__init__().

v22.4.0

... (truncated)

Commits
  • 0f0faf1 Merge pull request #549 from wwuck/feature/eq
  • b3f9f2c Update changelog.
  • c43d489 Add tests for comparison for equality.
  • 486b9a8 Simply compare vars for equality in EnvironCredential.
  • c63ab7d Use simple asserts as assertEqual only works under unittest. Ref #550.
  • 0426944 In Windows backend, remove support for old PyWin32 errors. Users need to inst...
  • 0ae9b23 Add equality operator to EnvironCredential
  • a938a52 Update changelog to replace 23.2.2 not released.
  • fb73c82 Merge pull request #548 from jaraco/feature/macos-non-viable
  • 6dc4103 Add compatibility note for macOS.
  • 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 [keyring](https://github.com/jaraco/keyring) from 21.5.0 to 23.4.0.
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/CHANGES.rst)
- [Commits](jaraco/keyring@v21.5.0...v23.4.0)

---
updated-dependencies:
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 5, 2022

Superseded by #177.

@dependabot dependabot bot closed this Jan 5, 2022
@dependabot dependabot bot deleted the dependabot/pip/keyring-23.4.0 branch January 5, 2022 19:07
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.

0 participants