Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump keyring from 24.3.1 to 25.4.1 (#2017)
Bumps [keyring](https://github.com/jaraco/keyring) from 24.3.1 to 25.4.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jaraco/keyring/blob/main/NEWS.rst">keyring's changelog</a>.</em></p> <blockquote> <h1>v25.4.1</h1> <h2>Bugfixes</h2> <ul> <li>Fixed ValueError for AnonymousCredentials in CLI. (<a href="https://redirect.github.com/jaraco/keyring/issues/694">#694</a>)</li> </ul> <h1>v25.4.0</h1> <h2>Features</h2> <ul> <li>Refined type spec and interfaces on credential objects. Introduced AnonymousCredential to model a secret without a username. (<a href="https://redirect.github.com/jaraco/keyring/issues/689">#689</a>)</li> </ul> <h1>v25.3.0</h1> <h2>Features</h2> <ul> <li>Deprecated support for empty usernames. Now all backends will reject an empty string as input for the 'username' field when setting a password. Later this deprecation will become a more visible user warning and even later an error. If this warning is triggered in your environment, please consider using a static value (even 'username') or comment in the issue and describe the use-case that demands support for empty usernames. (<a href="https://redirect.github.com/jaraco/keyring/issues/668">#668</a>)</li> </ul> <h1>v25.2.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix typo in CLI creds mode. (<a href="https://redirect.github.com/jaraco/keyring/issues/681">#681</a>)</li> </ul> <h1>v25.2.0</h1> <h2>Features</h2> <ul> <li>Added options for 'keyring get' command to support credential retrieval and emit as JSON. (<a href="https://redirect.github.com/jaraco/keyring/issues/678">#678</a>)</li> </ul> <h1>v25.1.0</h1> <h2>Features</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jaraco/keyring/commit/24ec25d214b4ef462324d907af2bad1a78beb6d8"><code>24ec25d</code></a> Finalize</li> <li><a href="https://github.com/jaraco/keyring/commit/5bc714994a5a4b1968df2fce71d60f36d3be2a86"><code>5bc7149</code></a> Merge pull request <a href="https://redirect.github.com/jaraco/keyring/issues/695">#695</a> from ffissore/anon-fix</li> <li><a href="https://github.com/jaraco/keyring/commit/e9f785146526949edec2ecba15edba1aa82baaca"><code>e9f7851</code></a> Add another test to cover Credential._vars.</li> <li><a href="https://github.com/jaraco/keyring/commit/b75609e067a8f2c25c1ff75ca797a5d2a767607a"><code>b75609e</code></a> Add news fragment.</li> <li><a href="https://github.com/jaraco/keyring/commit/ef694691cc42fb87d47cfd1a5c03bbc5010ce35f"><code>ef69469</code></a> Move class-specific behaviors into the classes.</li> <li><a href="https://github.com/jaraco/keyring/commit/c5c06ce1aa6e3f082399f3665e3bde3ddef9865a"><code>c5c06ce</code></a> Merge branch 'test/694' into anon-fix</li> <li><a href="https://github.com/jaraco/keyring/commit/41892e7d7e941b29a9492b616ada39f08d398c1c"><code>41892e7</code></a> Add test for get_credential with no username.</li> <li><a href="https://github.com/jaraco/keyring/commit/bd2a3725613d8cef351a78ffd3430c34c9fdb6be"><code>bd2a372</code></a> Not accessing <code>credentials.username</code> if <code>credentials</code> is an instance of `Anon...</li> <li><a href="https://github.com/jaraco/keyring/commit/00410507a850ff6dac1b62e6c6ae80185bad64c4"><code>0041050</code></a> Finalize</li> <li><a href="https://github.com/jaraco/keyring/commit/98f027bb554b01be25059f0275b3e81d1ad23c08"><code>98f027b</code></a> Merge pull request <a href="https://redirect.github.com/jaraco/keyring/issues/691">#691</a> from Avasam/add-typed-libraries-to-type-checking</li> <li>Additional commits viewable in <a href="https://github.com/jaraco/keyring/compare/v24.3.1...v25.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=keyring&package-manager=pip&previous-version=24.3.1&new-version=25.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information