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

   Bumps [tenacity](https://github.com/jd/tenacity) from 8.2.3 to 8.3.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jd/tenacity/releases";>tenacity's releases</a>.</em></p>
   <blockquote>
   <h2>8.3.0</h2>
   <h1>New Features</h1>
   <ul>
   <li>Added a new stop function: <code>stop_before_delay</code>, which will 
stop execution if the next sleep time would cause overall delay to exceed the 
specified delay. Useful for use cases where you have some upper bound on retry 
times that you must not exceed, so returning before that timeout is preferable 
than returning after that timeout.</li>
   </ul>
   <h1>Bug Fixes</h1>
   <ul>
   <li>Preserve <strong>defaults</strong> and <strong>kwdefaults</strong> 
through retry decorator</li>
   </ul>
   <h1>Other Notes</h1>
   <ul>
   <li>Add a &quot;test&quot; extra</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jd/tenacity/commit/cb15300d9b4358d9bdb6cfd33d433368700b3abe";><code>cb15300</code></a>
 Lazy import asyncio.sleep as it's expensive (<a 
href="https://redirect.github.com/jd/tenacity/issues/450";>#450</a>)</li>
   <li><a 
href="https://github.com/jd/tenacity/commit/c5d2d8bfeede5d36254335a52c13519ce8cf5fad";><code>c5d2d8b</code></a>
 ci: refactor Mergify rules (<a 
href="https://redirect.github.com/jd/tenacity/issues/447";>#447</a>)</li>
   <li><a 
href="https://github.com/jd/tenacity/commit/06c34a281699491efc6c6edd1c334d0f77c02e3c";><code>06c34a2</code></a>
 chore: update to latest ruff (<a 
href="https://redirect.github.com/jd/tenacity/issues/448";>#448</a>)</li>
   <li><a 
href="https://github.com/jd/tenacity/commit/bfa2c800ea17d5cbfacf51003627ada4a7c3691f";><code>bfa2c80</code></a>
 Support async actions (<a 
href="https://redirect.github.com/jd/tenacity/issues/437";>#437</a>)</li>
   <li><a 
href="https://github.com/jd/tenacity/commit/b7e488379a5de01b54fc77bd598bdccecf199e47";><code>b7e4883</code></a>
 ci(test): remove not necessary push (<a 
href="https://redirect.github.com/jd/tenacity/issues/445";>#445</a>)</li>
   <li><a 
href="https://github.com/jd/tenacity/commit/65a19f9be58fb9d1333f2501879cda2be7249ce2";><code>65a19f9</code></a>
 ci(deploy): rename job (<a 
href="https://redirect.github.com/jd/tenacity/issues/444";>#444</a>)</li>
   <li><a 
href="https://github.com/jd/tenacity/commit/cf58675e9c5d8e002272e8e5bbdbd6ac14f69920";><code>cf58675</code></a>
 chore(deps): bump the github-actions group with 2 updates (<a 
href="https://redirect.github.com/jd/tenacity/issues/441";>#441</a>)</li>
   <li><a 
href="https://github.com/jd/tenacity/commit/9ed3e964839d588eb696e9b8e68cd9e96751bdd1";><code>9ed3e96</code></a>
 ci(mergify): add missing [bot] for dependabot (<a 
href="https://redirect.github.com/jd/tenacity/issues/446";>#446</a>)</li>
   <li><a 
href="https://github.com/jd/tenacity/commit/50065df82629e3e59e9c344abb5fc471a58bb7a7";><code>50065df</code></a>
 ci: simplify Mergify configuration and automerge dependabot (<a 
href="https://redirect.github.com/jd/tenacity/issues/443";>#443</a>)</li>
   <li><a 
href="https://github.com/jd/tenacity/commit/9eb3868112d4d4a3d3bae37ae75fc49736eb2cfa";><code>9eb3868</code></a>
 ci: run deploy wf on release (<a 
href="https://redirect.github.com/jd/tenacity/issues/442";>#442</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jd/tenacity/compare/8.2.3...8.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tenacity&package-manager=pip&previous-version=8.2.3&new-version=8.3.0)](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: 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