-
Notifications
You must be signed in to change notification settings - Fork 12
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
deps: update dependency keyring to v23.11.0 #523
Merged
hannahrogers-google
merged 2 commits into
googleapis:main
from
renovate-bot:renovate/keyring-23.x
Dec 1, 2022
Merged
deps: update dependency keyring to v23.11.0 #523
hannahrogers-google
merged 2 commits into
googleapis:main
from
renovate-bot:renovate/keyring-23.x
Dec 1, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Nov 29, 2022
product-auto-label
bot
added
size: xs
Pull request size is extra small.
api: pubsublite
Issues related to the googleapis/java-pubsublite-spark API.
labels
Nov 29, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Nov 29, 2022
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Nov 29, 2022
product-auto-label
bot
added
size: u
Pull request is empty.
and removed
size: xs
Pull request size is extra small.
labels
Nov 29, 2022
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Nov 29, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Nov 29, 2022
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Nov 29, 2022
renovate-bot
force-pushed
the
renovate/keyring-23.x
branch
from
November 29, 2022 19:15
41f1628
to
14210fb
Compare
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Nov 29, 2022
product-auto-label
bot
added
size: xs
Pull request size is extra small.
and removed
size: u
Pull request is empty.
labels
Nov 29, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Nov 29, 2022
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Nov 29, 2022
trusted-contributions-gcf
bot
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Nov 29, 2022
product-auto-label
bot
added
size: u
Pull request is empty.
and removed
size: xs
Pull request size is extra small.
labels
Nov 29, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Nov 29, 2022
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Nov 29, 2022
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. ⚠ Warning: custom changes will be lost. |
hannahrogers-google
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Nov 30, 2022
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Nov 30, 2022
hannahrogers-google
approved these changes
Dec 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: pubsublite
Issues related to the googleapis/java-pubsublite-spark API.
size: u
Pull request is empty.
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.11.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
jaraco/keyring
v23.11.0
Compare Source
libsecret
, check that the service is available beforedeclaring viability.
v23.10.0
Compare Source
importlib_metadata
to pull in fix forimproperly-normalized names on egg-info.
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.