deps: update dependency keyring to v23.9.3 #1317
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==23.4.1->==23.9.3Release Notes
jaraco/keyring
v23.9.3Compare Source
v23.9.2Compare Source
properties(masked by the compatibility fallback).
v23.9.1Compare Source
keyring.util.propertieswith deprecation warning forbackward compatibility.
v23.9.0Compare Source
jaraco.classesfor class property support.v23.8.2Compare Source
libsecrettests (.collectionproperty).v23.8.1Compare Source
libsecret.v23.8.0Compare Source
#448:
SecretServiceandlibsecretbackends now support anew
SelectableScheme, allowing the keys for "username" and"service" to be overridden for compatibility with other schemes
such as KeePassXC.
Introduced a new
.with_propertiesmethod on backends toproduce a new keyring with different properties. Use for example
to get a keyring with a different
keychain(macOS) orscheme(SecretService/libsecret). e.g.::keypass = keyring.get_keyring().with_properties(scheme='KeePassXC')
.with_keychainmethod on macOS is superseded by.with_propertiesand so is now deprecated.
v23.7.0Compare Source
v23.6.0Compare Source
importlib_metadataon older Pythons..with_keychainmethod on macOS for easy referenceto alternate keychains.
v23.5.1Compare Source
v23.5.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.