dependabot[bot] opened a new pull request, #811:
URL: https://github.com/apache/iceberg-python/pull/811

   Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 
1.15.0 to 1.16.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/Azure/azure-sdk-for-python/releases";>azure-identity's 
releases</a>.</em></p>
   <blockquote>
   <h2>azure-identity_1.16.1</h2>
   <h2>1.16.1 (2024-06-11)</h2>
   <h3>Bugs Fixed</h3>
   <ul>
   <li>Managed identity bug fixes</li>
   </ul>
   <h2>azure-identity_1.16.0</h2>
   <h2>1.16.0 (2024-04-09)</h2>
   <h3>Other Changes</h3>
   <ul>
   <li>For IMDS requests in <code>ManagedIdentityCredential</code>, the retry 
backoff factor was reduced from 2 to 0.8 in order to avoid excessive retry 
delays and improve responsiveness. Users can customize this setting with the 
<code>retry_backoff_factor</code> parameter: 
<code>ManagedIdentityCredential(retry_backoff_factor=2)</code>.  (<a 
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/35070";>#35070</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Azure/azure-sdk-for-python/commit/6a07fc9bf93f0ec234e0797e14f906ae2a6ca4f4";><code>6a07fc9</code></a>
 [Identity] Fix device code tests (<a 
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/35846";>#35846</a>)</li>
   <li><a 
href="https://github.com/Azure/azure-sdk-for-python/commit/e16a704b4265020c9ff3b33b80088409680d4f72";><code>e16a704</code></a>
 [Identity] Add Azure Arc key validation checks</li>
   <li><a 
href="https://github.com/Azure/azure-sdk-for-python/commit/95c5f2a08518503befd51d4a17c9f07c15d1c2bc";><code>95c5f2a</code></a>
 Update release dates (<a 
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/35091";>#35091</a>)</li>
   <li><a 
href="https://github.com/Azure/azure-sdk-for-python/commit/c58bfa7bc1041d1ba4abcd0308caa629f761fba6";><code>c58bfa7</code></a>
 [Identity] Adjust IMDS retry backoff (<a 
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/35070";>#35070</a>)</li>
   <li><a 
href="https://github.com/Azure/azure-sdk-for-python/commit/6680ffcfc876e26c8e56bc44bd9f58822440ce9d";><code>6680ffc</code></a>
 [Identity] Update broker docs (<a 
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/35032";>#35032</a>)</li>
   <li><a 
href="https://github.com/Azure/azure-sdk-for-python/commit/1ade69955ed7450f74d8982bdeb1f18d25c31cf9";><code>1ade699</code></a>
 [Identity] Update live test config (<a 
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/35019";>#35019</a>)</li>
   <li><a 
href="https://github.com/Azure/azure-sdk-for-python/commit/66efa24fce789191f0558f5a3a82a28cfaff7e5b";><code>66efa24</code></a>
 Update Authorization Code client_secret kwarg usage (<a 
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/34862";>#34862</a>)</li>
   <li><a 
href="https://github.com/Azure/azure-sdk-for-python/commit/6f79b4dc44ff7c46b4672ce212f14d35d4c27f2e";><code>6f79b4d</code></a>
 Fix WAM default account code sample (<a 
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/35007";>#35007</a>)</li>
   <li><a 
href="https://github.com/Azure/azure-sdk-for-python/commit/4348985c93a8a36afc93ca427993b24206f4349e";><code>4348985</code></a>
 Update default broker account sample (<a 
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/35003";>#35003</a>)</li>
   <li><a 
href="https://github.com/Azure/azure-sdk-for-python/commit/0527e86ada9c20d9680d5782f7628a1ca05367fc";><code>0527e86</code></a>
 [skip ci] Delete azure-devtools and deps/references</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.15.0...azure-identity_1.16.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure-identity&package-manager=pip&previous-version=1.15.0&new-version=1.16.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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/iceberg-python/network/alerts).
   
   </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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to