You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/05/07 05:00:29 UTC

[GitHub] [iceberg] dependabot[bot] opened a new pull request, #7544: Build: Bump requests from 2.28.2 to 2.30.0 in /python

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

   Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.30.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/psf/requests/releases">requests's releases</a>.</em></p>
   <blockquote>
   <h2>v2.30.0</h2>
   <h2>2.30.0 (2023-05-03)</h2>
   <p><strong>Dependencies</strong></p>
   <ul>
   <li>
   <p>⚠️ Added support for urllib3 2.0. ⚠️</p>
   <p>This may contain minor breaking changes so we advise careful testing and
   reviewing <a href="https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html">https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html</a>
   prior to upgrading.</p>
   <p>Users who wish to stay on urllib3 1.x can pin to <code>urllib3&lt;2</code>.</p>
   </li>
   </ul>
   <h2>v2.29.0</h2>
   <h2>2.29.0 (2023-04-26)</h2>
   <p><strong>Improvements</strong></p>
   <ul>
   <li>Requests now defers chunked requests to the urllib3 implementation to improve
   standardization. (<a href="https://redirect.github.com/psf/requests/issues/6226">#6226</a>)</li>
   <li>Requests relaxes header component requirements to support bytes/str subclasses. (<a href="https://redirect.github.com/psf/requests/issues/6356">#6356</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/psf/requests/blob/main/HISTORY.md">requests's changelog</a>.</em></p>
   <blockquote>
   <h2>2.30.0 (2023-05-03)</h2>
   <p><strong>Dependencies</strong></p>
   <ul>
   <li>
   <p>⚠️ Added support for urllib3 2.0. ⚠️</p>
   <p>This may contain minor breaking changes so we advise careful testing and
   reviewing <a href="https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html">https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html</a>
   prior to upgrading.</p>
   <p>Users who wish to stay on urllib3 1.x can pin to <code>urllib3&lt;2</code>.</p>
   </li>
   </ul>
   <h2>2.29.0 (2023-04-26)</h2>
   <p><strong>Improvements</strong></p>
   <ul>
   <li>Requests now defers chunked requests to the urllib3 implementation to improve
   standardization. (<a href="https://redirect.github.com/psf/requests/issues/6226">#6226</a>)</li>
   <li>Requests relaxes header component requirements to support bytes/str subclasses. (<a href="https://redirect.github.com/psf/requests/issues/6356">#6356</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/psf/requests/commit/2ad18e0e10e7d7ecd5384c378f25ec8821a10a29"><code>2ad18e0</code></a> v2.30.0</li>
   <li><a href="https://github.com/psf/requests/commit/f2629e9e3c7ce3c3c8c025bcd8db551101cbc773"><code>f2629e9</code></a> Remove strict parameter (<a href="https://redirect.github.com/psf/requests/issues/6434">#6434</a>)</li>
   <li><a href="https://github.com/psf/requests/commit/87d63de8739263bbe17034fba2285c79780da7e8"><code>87d63de</code></a> v2.29.0</li>
   <li><a href="https://github.com/psf/requests/commit/51716c4ef390136b0d4b800ec7665dd5503e64fc"><code>51716c4</code></a> enable the warnings plugin (<a href="https://redirect.github.com/psf/requests/issues/6416">#6416</a>)</li>
   <li><a href="https://github.com/psf/requests/commit/a7da1ab3498b10ec3a3582244c94b2845f8a8e71"><code>a7da1ab</code></a> try on ubuntu 22.04 (<a href="https://redirect.github.com/psf/requests/issues/6418">#6418</a>)</li>
   <li><a href="https://github.com/psf/requests/commit/dfc3e2433836813fe6b93b8e182a761aa6c0ee05"><code>dfc3e24</code></a> pin cryptography&lt;40 on pypy 3.7 (<a href="https://redirect.github.com/psf/requests/issues/6421">#6421</a>)</li>
   <li><a href="https://github.com/psf/requests/commit/26bea1e498d6e234fbc9ce8e07c0389bac73810b"><code>26bea1e</code></a> Use urllib3 native chunking ability (<a href="https://redirect.github.com/psf/requests/issues/6226">#6226</a>)</li>
   <li><a href="https://github.com/psf/requests/commit/7f694b79e114c06fac5ec06019cada5a61e5570f"><code>7f694b7</code></a> Allow str/bytes subclasses to be used as header parts</li>
   <li><a href="https://github.com/psf/requests/commit/e90852d20c9bc44c465e55234c01432711627d94"><code>e90852d</code></a> Make json doc strings consistent (<a href="https://redirect.github.com/psf/requests/issues/6368">#6368</a>)</li>
   <li><a href="https://github.com/psf/requests/commit/ec78348c4b6292b1a38008fa31e51f7b6b2252dc"><code>ec78348</code></a> Upgrade lint.yml action (<a href="https://redirect.github.com/psf/requests/issues/6370">#6370</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/psf/requests/compare/v2.28.2...v2.30.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=requests&package-manager=pip&previous-version=2.28.2&new-version=2.30.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 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-unsubscribe@iceberg.apache.org

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


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


[GitHub] [iceberg] Fokko merged pull request #7544: Build: Bump requests from 2.28.2 to 2.30.0 in /python

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko merged PR #7544:
URL: https://github.com/apache/iceberg/pull/7544


-- 
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-unsubscribe@iceberg.apache.org

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


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