This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
deps: update dependency keyring to v23.9.3 #900
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.3
Release Notes
jaraco/keyring
v23.9.3
Compare Source
v23.9.2
Compare Source
properties
(masked by the compatibility fallback).
v23.9.1
Compare Source
keyring.util.properties
with deprecation warning forbackward compatibility.
v23.9.0
Compare Source
jaraco.classes
for class property support.v23.8.2
Compare Source
libsecret
tests (.collection
property).v23.8.1
Compare Source
libsecret
.v23.8.0
Compare Source
#448:
SecretService
andlibsecret
backends 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_properties
method 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_keychain
method on macOS is superseded by.with_properties
and so is now deprecated.
v23.7.0
Compare Source
v23.6.0
Compare Source
importlib_metadata
on older Pythons..with_keychain
method on macOS for easy referenceto alternate keychains.
v23.5.1
Compare Source
v23.5.0
Compare 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.