dependabot[bot] opened a new pull request, #50699: URL: https://github.com/apache/airflow/pull/50699
Bumps [keyring](https://github.com/jaraco/keyring) from 10.1 to 25.6.0. <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.6.0</h1> <h2>Features</h2> <ul> <li>Avoid logging a warning when config does not specify a backend. (<a href="https://redirect.github.com/jaraco/keyring/issues/682">#682</a>)</li> </ul> <h1>v25.5.0</h1> <h2>Features</h2> <ul> <li>When parsing <code>keyring_path</code> from the config, the home directory is now expanded from <code>~</code>. (<a href="https://redirect.github.com/jaraco/keyring/issues/696">#696</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>In get_credential, now returns None when the indicated username is not found. (<a href="https://redirect.github.com/jaraco/keyring/issues/698">#698</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jaraco/keyring/commit/a9a7624b5d7eda87257d2da082abc5f195eae50f"><code>a9a7624</code></a> Finalize</li> <li><a href="https://github.com/jaraco/keyring/commit/21680c682c35032a0131104f00d2f9e2d13a301f"><code>21680c6</code></a> Merge pull request <a href="https://redirect.github.com/jaraco/keyring/issues/702">#702</a> from jfly/issue-682</li> <li><a href="https://github.com/jaraco/keyring/commit/bf80b69eeefdd41c8ccfc545a61d48f8e18aea20"><code>bf80b69</code></a> Add news fragment.</li> <li><a href="https://github.com/jaraco/keyring/commit/1526c17f38538491d6ceee3b03015047ae49a92f"><code>1526c17</code></a> Don't log a warning when the <code>backend</code> config section is missing</li> <li><a href="https://github.com/jaraco/keyring/commit/edaa964d4b1a90ba564ddafd2471523f12cd8e8c"><code>edaa964</code></a> Merge <a href="https://github.com/jaraco/skeleton">https://github.com/jaraco/skeleton</a></li> <li><a href="https://github.com/jaraco/keyring/commit/5c34e69568f23a524af4fa9dad3f5e80f22ec3e6"><code>5c34e69</code></a> Use extend for proper workaround.</li> <li><a href="https://github.com/jaraco/keyring/commit/1119d7b6c7cc69ef42101f26f9d7a3a62a2e0373"><code>1119d7b</code></a> Merge <a href="https://github.com/jaraco/skeleton">https://github.com/jaraco/skeleton</a></li> <li><a href="https://github.com/jaraco/keyring/commit/750a1891ec4a1c0602050e3463e9593a8c13aa14"><code>750a189</code></a> Require Python 3.9 or later now that Python 3.8 is EOL.</li> <li><a href="https://github.com/jaraco/keyring/commit/e61a9df7cdc9c8d1b56c30b7b3f94a7cdac14414"><code>e61a9df</code></a> Include pyproject.toml in ruff.toml.</li> <li><a href="https://github.com/jaraco/keyring/commit/db4dfc495552aca8d6f05ed58441fa65fdc2ed9c"><code>db4dfc4</code></a><code>jaraco/skeleton#151</code></li> <li>Additional commits viewable in <a href="https://github.com/jaraco/keyring/compare/10.1...v25.6.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org