This repository was archived by the owner on Nov 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit 605daeb
authored
deps: update dependency keyring to v23.9.3 (#900)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [keyring](https://togithub.com/jaraco/keyring) | `==23.4.1` -> `==23.9.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>jaraco/keyring</summary>
### [`v23.9.3`](https://togithub.com/jaraco/keyring/blob/HEAD/CHANGES.rst#v2393)
[Compare Source](https://togithub.com/jaraco/keyring/compare/v23.9.2...v23.9.3)
- [#​596](https://togithub.com/jaraco/keyring/issues/596): Add workaround for devpi_client hook with wrapped implementation.
### [`v23.9.2`](https://togithub.com/jaraco/keyring/blob/HEAD/CHANGES.rst#v2392)
[Compare Source](https://togithub.com/jaraco/keyring/compare/v23.9.1...v23.9.2)
- [#​597](https://togithub.com/jaraco/keyring/issues/597): Fixed wrong name in compatibility logic for `properties`
(masked by the compatibility fallback).
### [`v23.9.1`](https://togithub.com/jaraco/keyring/blob/HEAD/CHANGES.rst#v2391)
[Compare Source](https://togithub.com/jaraco/keyring/compare/v23.9.0...v23.9.1)
- [#​593](https://togithub.com/jaraco/keyring/issues/593): Restore `keyring.util.properties` with deprecation warning for
backward compatibility.
### [`v23.9.0`](https://togithub.com/jaraco/keyring/blob/HEAD/CHANGES.rst#v2390)
[Compare Source](https://togithub.com/jaraco/keyring/compare/v23.8.2...v23.9.0)
- [#​588](https://togithub.com/jaraco/keyring/issues/588): Project now depends on `jaraco.classes` for class property support.
### [`v23.8.2`](https://togithub.com/jaraco/keyring/blob/HEAD/CHANGES.rst#v2382)
[Compare Source](https://togithub.com/jaraco/keyring/compare/v23.8.1...v23.8.2)
- [#​581](https://togithub.com/jaraco/keyring/issues/581): Corrected regression in `libsecret` tests (`.collection` property).
### [`v23.8.1`](https://togithub.com/jaraco/keyring/blob/HEAD/CHANGES.rst#v2381)
[Compare Source](https://togithub.com/jaraco/keyring/compare/v23.8.0...v23.8.1)
- [#​587](https://togithub.com/jaraco/keyring/issues/587): Fix regression in `libsecret`.
### [`v23.8.0`](https://togithub.com/jaraco/keyring/blob/HEAD/CHANGES.rst#v2380)
[Compare Source](https://togithub.com/jaraco/keyring/compare/v23.7.0...v23.8.0)
- [#​448](https://togithub.com/jaraco/keyring/issues/448): `SecretService` and `libsecret` backends now support a
new `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 to
produce a new keyring with different properties. Use for example
to get a keyring with a different `keychain` (macOS) or
`scheme` (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`](https://togithub.com/jaraco/keyring/blob/HEAD/CHANGES.rst#v2370)
[Compare Source](https://togithub.com/jaraco/keyring/compare/v23.6.0...v23.7.0)
- [#​582](https://togithub.com/jaraco/keyring/issues/582): Suppress KeyringErrors for devpi client.
### [`v23.6.0`](https://togithub.com/jaraco/keyring/blob/HEAD/CHANGES.rst#v2360)
[Compare Source](https://togithub.com/jaraco/keyring/compare/v23.5.1...v23.6.0)
- [#​575](https://togithub.com/jaraco/keyring/issues/575): Only require `importlib_metadata` on older Pythons.
- [#​579](https://togithub.com/jaraco/keyring/issues/579): Add `.with_keychain` method on macOS for easy reference
to alternate keychains.
### [`v23.5.1`](https://togithub.com/jaraco/keyring/blob/HEAD/CHANGES.rst#v2351)
[Compare Source](https://togithub.com/jaraco/keyring/compare/v23.5.0...v23.5.1)
- The correct config root is now used on Windows.
### [`v23.5.0`](https://togithub.com/jaraco/keyring/blob/HEAD/CHANGES.rst#v2350)
[Compare Source](https://togithub.com/jaraco/keyring/compare/v23.4.1...v23.5.0)
- Require Python 3.7 or later.
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-document-ai).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIwNi4wIn0=-->1 parent f8c9a65 commit 605daebCopy full SHA for 605daeb
File tree
Expand file treeCollapse file tree
0 file changed
+0
-0
lines changedFilter options
Expand file treeCollapse file tree
0 file changed
+0
-0
lines changed
0 commit comments