[PR #362] [MERGED] build(deps): bump urllib3 from 1.25.11 to 1.26.0 in /examples/python #550

Closed
opened 2026-03-03 12:30:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/362
Author: @dependabot[bot]
Created: 11/11/2020
Status: Merged
Merged: 11/11/2020
Merged by: @fsouza

Base: mainHead: dependabot/pip/examples/python/urllib3-1.26.0


📝 Commits (1)

  • 47429b8 build(deps): bump urllib3 from 1.25.11 to 1.26.0 in /examples/python

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 examples/python/requirements.txt (+1 -1)

📄 Description

Bumps urllib3 from 1.25.11 to 1.26.0.

Release notes

Sourced from urllib3's releases.

1.26.0

IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap

  • Added support for HTTPS proxies contacting HTTPS servers (Pull #1923, Pull #1806)

  • Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that still wish to use TLS earlier than 1.2 without a deprecation warning should opt-in explicitly by setting ssl_version=ssl.PROTOCOL_TLSv1_1 (Pull #2002) Starting in urllib3 v2.0: Connections that receive a DeprecationWarning will fail

  • Deprecated Retry options Retry.DEFAULT_METHOD_WHITELIST, Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST and Retry(method_whitelist=...) in favor of Retry.DEFAULT_ALLOWED_METHODS, Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT, and Retry(allowed_methods=...) (Pull #2000) Starting in urllib3 v2.0: Deprecated options will be removed

  • Added default User-Agent header to every request (Pull #1750)

  • Added urllib3.util.SKIP_HEADER for skipping User-Agent, Accept-Encoding, and Host headers from being automatically emitted with requests (Pull #2018)

  • Collapse transfer-encoding: chunked request data and framing into the same socket.send() call (Pull #1906)

  • Send http/1.1 ALPN identifier with every TLS handshake by default (Pull #1894)

  • Properly terminate SecureTransport connections when CA verification fails (Pull #1977)

  • Don't emit an SNIMissingWarning when passing server_hostname=None to SecureTransport (Pull #1903)

  • Disabled requesting TLSv1.2 session tickets as they weren't being used by urllib3 (Pull #1970)

  • Suppress BrokenPipeError when writing request body after the server has closed the socket (Pull #1524)

  • Wrap ssl.SSLError that can be raised from reading a socket (e.g. "bad MAC") into an urllib3.exceptions.SSLError (Pull #1939)

Changelog

Sourced from urllib3's changelog.

1.26.0 (2020-11-10)

  • NOTE: urllib3 v2.0 will drop support for Python 2. Read more in the v2.0 Roadmap <https://urllib3.readthedocs.io/en/latest/v2-roadmap.html>_.

  • Added support for HTTPS proxies contacting HTTPS servers (Pull #1923, Pull #1806)

  • Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that still wish to use TLS earlier than 1.2 without a deprecation warning should opt-in explicitly by setting ssl_version=ssl.PROTOCOL_TLSv1_1 (Pull #2002) Starting in urllib3 v2.0: Connections that receive a DeprecationWarning will fail

  • Deprecated Retry options Retry.DEFAULT_METHOD_WHITELIST, Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST and Retry(method_whitelist=...) in favor of Retry.DEFAULT_ALLOWED_METHODS, Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT, and Retry(allowed_methods=...) (Pull #2000) Starting in urllib3 v2.0: Deprecated options will be removed

  • Added default User-Agent header to every request (Pull #1750)

  • Added urllib3.util.SKIP_HEADER for skipping User-Agent, Accept-Encoding, and Host headers from being automatically emitted with requests (Pull #2018)

  • Collapse transfer-encoding: chunked request data and framing into the same socket.send() call (Pull #1906)

  • Send http/1.1 ALPN identifier with every TLS handshake by default (Pull #1894)

  • Properly terminate SecureTransport connections when CA verification fails (Pull #1977)

  • Don't emit an SNIMissingWarning when passing server_hostname=None to SecureTransport (Pull #1903)

  • Disabled requesting TLSv1.2 session tickets as they weren't being used by urllib3 (Pull #1970)

  • Suppress BrokenPipeError when writing request body after the server has closed the socket (Pull #1524)

  • Wrap ssl.SSLError that can be raised from reading a socket (e.g. "bad MAC") into an urllib3.exceptions.SSLError (Pull #1939)

Commits
  • ddb8c96 Release: 1.26.0
  • ec8b438 Remove type stubs from 1.26 branch
  • ce16b21 Improve readability on return handling logic.
  • 6fc17a3 Fix constructor parameter order in SSLTransport.
  • 6dc3b68 Skip TLS versions if disabled by OpenSSL config
  • 5eb604f Terminate connection when custom verification fails (SecureTransport) (#1977)
  • 16b7b33 Add SKIP_HEADER for skipping automatically added headers
  • 68c7826 Switch to an absolute URL for banner image
  • 2b9fc26 Add 1.25.11 release to CHANGES.rst
  • 1a8e741 Document url and body parameters for ConnectionPool.urlopen()
  • Additional commits viewable in compare view

Dependabot compatibility score

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @fsouza.


Dependabot commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/362 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/11/2020 **Status:** ✅ Merged **Merged:** 11/11/2020 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/urllib3-1.26.0` --- ### 📝 Commits (1) - [`47429b8`](https://github.com/fsouza/fake-gcs-server/commit/47429b84483ac24ec6a90e4dd23c6416cd61d67a) build(deps): bump urllib3 from 1.25.11 to 1.26.0 in /examples/python ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/python/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 to 1.26.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/releases">urllib3's releases</a>.</em></p> <blockquote> <h2>1.26.0</h2> <p><strong>IMPORTANT: urllib3 v2.0 will drop support for Python 2</strong>: <a href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html%3E%60">Read more in the v2.0 Roadmap</a></p> <ul> <li> <p>Added support for HTTPS proxies contacting HTTPS servers (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1923">#1923</a>, Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1806">#1806</a>)</p> </li> <li> <p>Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that still wish to use TLS earlier than 1.2 without a deprecation warning should opt-in explicitly by setting <code>ssl_version=ssl.PROTOCOL_TLSv1_1</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2002">#2002</a>) <strong>Starting in urllib3 v2.0: Connections that receive a <code>DeprecationWarning</code> will fail</strong></p> </li> <li> <p>Deprecated <code>Retry</code> options <code>Retry.DEFAULT_METHOD_WHITELIST</code>, <code>Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST</code> and <code>Retry(method_whitelist=...)</code> in favor of <code>Retry.DEFAULT_ALLOWED_METHODS</code>, <code>Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT</code>, and <code>Retry(allowed_methods=...)</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2000">#2000</a>) <strong>Starting in urllib3 v2.0: Deprecated options will be removed</strong></p> </li> <li> <p>Added default <code>User-Agent</code> header to every request (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1750">#1750</a>)</p> </li> <li> <p>Added <code>urllib3.util.SKIP_HEADER</code> for skipping <code>User-Agent</code>, <code>Accept-Encoding</code>, and <code>Host</code> headers from being automatically emitted with requests (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2018">#2018</a>)</p> </li> <li> <p>Collapse <code>transfer-encoding: chunked</code> request data and framing into the same <code>socket.send()</code> call (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1906">#1906</a>)</p> </li> <li> <p>Send <code>http/1.1</code> ALPN identifier with every TLS handshake by default (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1894">#1894</a>)</p> </li> <li> <p>Properly terminate SecureTransport connections when CA verification fails (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1977">#1977</a>)</p> </li> <li> <p>Don't emit an <code>SNIMissingWarning</code> when passing <code>server_hostname=None</code> to SecureTransport (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1903">#1903</a>)</p> </li> <li> <p>Disabled requesting TLSv1.2 session tickets as they weren't being used by urllib3 (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1970">#1970</a>)</p> </li> <li> <p>Suppress <code>BrokenPipeError</code> when writing request body after the server has closed the socket (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1524">#1524</a>)</p> </li> <li> <p>Wrap <code>ssl.SSLError</code> that can be raised from reading a socket (e.g. &quot;bad MAC&quot;) into an <code>urllib3.exceptions.SSLError</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1939">#1939</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/blob/master/CHANGES.rst">urllib3's changelog</a>.</em></p> <blockquote> <h2>1.26.0 (2020-11-10)</h2> <ul> <li> <p><strong>NOTE: urllib3 v2.0 will drop support for Python 2</strong>. <code>Read more in the v2.0 Roadmap &lt;https://urllib3.readthedocs.io/en/latest/v2-roadmap.html&gt;</code>_.</p> </li> <li> <p>Added support for HTTPS proxies contacting HTTPS servers (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1923">#1923</a>, Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1806">#1806</a>)</p> </li> <li> <p>Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that still wish to use TLS earlier than 1.2 without a deprecation warning should opt-in explicitly by setting <code>ssl_version=ssl.PROTOCOL_TLSv1_1</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2002">#2002</a>) <strong>Starting in urllib3 v2.0: Connections that receive a <code>DeprecationWarning</code> will fail</strong></p> </li> <li> <p>Deprecated <code>Retry</code> options <code>Retry.DEFAULT_METHOD_WHITELIST</code>, <code>Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST</code> and <code>Retry(method_whitelist=...)</code> in favor of <code>Retry.DEFAULT_ALLOWED_METHODS</code>, <code>Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT</code>, and <code>Retry(allowed_methods=...)</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2000">#2000</a>) <strong>Starting in urllib3 v2.0: Deprecated options will be removed</strong></p> </li> <li> <p>Added default <code>User-Agent</code> header to every request (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1750">#1750</a>)</p> </li> <li> <p>Added <code>urllib3.util.SKIP_HEADER</code> for skipping <code>User-Agent</code>, <code>Accept-Encoding</code>, and <code>Host</code> headers from being automatically emitted with requests (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2018">#2018</a>)</p> </li> <li> <p>Collapse <code>transfer-encoding: chunked</code> request data and framing into the same <code>socket.send()</code> call (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1906">#1906</a>)</p> </li> <li> <p>Send <code>http/1.1</code> ALPN identifier with every TLS handshake by default (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1894">#1894</a>)</p> </li> <li> <p>Properly terminate SecureTransport connections when CA verification fails (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1977">#1977</a>)</p> </li> <li> <p>Don't emit an <code>SNIMissingWarning</code> when passing <code>server_hostname=None</code> to SecureTransport (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1903">#1903</a>)</p> </li> <li> <p>Disabled requesting TLSv1.2 session tickets as they weren't being used by urllib3 (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1970">#1970</a>)</p> </li> <li> <p>Suppress <code>BrokenPipeError</code> when writing request body after the server has closed the socket (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1524">#1524</a>)</p> </li> <li> <p>Wrap <code>ssl.SSLError</code> that can be raised from reading a socket (e.g. &quot;bad MAC&quot;) into an <code>urllib3.exceptions.SSLError</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1939">#1939</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urllib3/urllib3/commit/ddb8c96bd93f3a00fe9eba142e6739533c2b7164"><code>ddb8c96</code></a> Release: 1.26.0</li> <li><a href="https://github.com/urllib3/urllib3/commit/ec8b43889a0c40d730d7ce4ab8168a60b2767c25"><code>ec8b438</code></a> Remove type stubs from 1.26 branch</li> <li><a href="https://github.com/urllib3/urllib3/commit/ce16b219a77ed38d76b7b1d4b55ad9f757f66361"><code>ce16b21</code></a> Improve readability on return handling logic.</li> <li><a href="https://github.com/urllib3/urllib3/commit/6fc17a344532171d2a54a2cabc686f89e3658dbd"><code>6fc17a3</code></a> Fix constructor parameter order in SSLTransport.</li> <li><a href="https://github.com/urllib3/urllib3/commit/6dc3b68b944fa242bc7a91388c16ca9322c729fd"><code>6dc3b68</code></a> Skip TLS versions if disabled by OpenSSL config</li> <li><a href="https://github.com/urllib3/urllib3/commit/5eb604ffa2e5304e1019d7111c59bc84583daf3f"><code>5eb604f</code></a> Terminate connection when custom verification fails (SecureTransport) (<a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1977">#1977</a>)</li> <li><a href="https://github.com/urllib3/urllib3/commit/16b7b332fd1b84c2d465f11d17658c1e83d3f20f"><code>16b7b33</code></a> Add SKIP_HEADER for skipping automatically added headers</li> <li><a href="https://github.com/urllib3/urllib3/commit/68c7826013f6bfcd3748ba32f2f88433b056f2a7"><code>68c7826</code></a> Switch to an absolute URL for banner image</li> <li><a href="https://github.com/urllib3/urllib3/commit/2b9fc262b707b4b9b53406e5d8d022b861b29ce1"><code>2b9fc26</code></a> Add 1.25.11 release to CHANGES.rst</li> <li><a href="https://github.com/urllib3/urllib3/commit/1a8e741996fb49074e4a32a72e8d1562a940fa38"><code>1a8e741</code></a> Document url and body parameters for ConnectionPool.urlopen()</li> <li>Additional commits viewable in <a href="https://github.com/urllib3/urllib3/compare/1.25.11...1.26.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=urllib3&package-manager=pip&previous-version=1.25.11&new-version=1.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @fsouza. [//]: # (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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:30:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#550
No description provided.