[PR #293] [MERGED] build(deps): bump urllib3 from 1.25.9 to 1.25.10 in /examples/python #495

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • f85e105 build(deps): bump urllib3 from 1.25.9 to 1.25.10 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.9 to 1.25.10.

Release notes

Sourced from urllib3's releases.

1.25.10

Release: 1.25.10

Changelog

Sourced from urllib3's changelog.

1.25.10 (2020-07-22)

  • Added support for SSLKEYLOGFILE environment variable for logging TLS session keys with use with programs like Wireshark for decrypting captured web traffic (Pull #1867)

  • Fixed loading of SecureTransport libraries on macOS Big Sur due to the new dynamic linker cache (Pull #1905)

  • Collapse chunked request bodies data and framing into one call to send() to reduce the number of TCP packets by 2-4x (Pull #1906)

  • Don't insert None into ConnectionPool if the pool was empty when requesting a connection (Pull #1866)

  • Avoid hasattr call in BrotliDecoder.decompress() (Pull #1858)

Commits
  • 3c3fb02 Release 1.25.10
  • 2e977dc [1.25] Add hardcoded paths to macOS frameworks for Big Sur compatibility. (#1...
  • d69dbbe [1.25] Collapse request chunked data and framing into one send() call (#1906)
  • f5ebafd [1.25] Fix testing of SSLKEYLOGFILE on AppVeyor
  • 97a2adc [1.25] Feature/support env var sslkeylogfile (#1867)
  • 7bef8c6 [1.25] Use nox version that works with Python 3.5.2
  • 1b2294f [1.25] Fix linting for flake8 v3.8
  • 57afd59 [1.25] Don't insert 'None' into ConnectionPool if it was empty
  • 7a4a7a1 [1.25] Change TARPIT_HOST to detect isolated network (#1862)
  • 80ac9a6 [1.25] Avoid hasattr in BrotliDecoder.decompress()
  • 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 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/293 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/23/2020 **Status:** ✅ Merged **Merged:** 7/23/2020 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/urllib3-1.25.10` --- ### 📝 Commits (1) - [`f85e105`](https://github.com/fsouza/fake-gcs-server/commit/f85e105c170b3c43587ba4bc7639567463b20a33) build(deps): bump urllib3 from 1.25.9 to 1.25.10 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.9 to 1.25.10. <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.25.10</h2> <p>Release: 1.25.10</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/blob/1.25.10/CHANGES.rst">urllib3's changelog</a>.</em></p> <blockquote> <h2>1.25.10 (2020-07-22)</h2> <ul> <li> <p>Added support for <code>SSLKEYLOGFILE</code> environment variable for logging TLS session keys with use with programs like Wireshark for decrypting captured web traffic (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1867">#1867</a>)</p> </li> <li> <p>Fixed loading of SecureTransport libraries on macOS Big Sur due to the new dynamic linker cache (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1905">#1905</a>)</p> </li> <li> <p>Collapse chunked request bodies data and framing into one call to <code>send()</code> to reduce the number of TCP packets by 2-4x (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1906">#1906</a>)</p> </li> <li> <p>Don't insert <code>None</code> into <code>ConnectionPool</code> if the pool was empty when requesting a connection (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1866">#1866</a>)</p> </li> <li> <p>Avoid <code>hasattr</code> call in <code>BrotliDecoder.decompress()</code> (Pull <a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1858">#1858</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urllib3/urllib3/commit/3c3fb0299f5e56613003bc293a9a9082e264c982"><code>3c3fb02</code></a> Release 1.25.10</li> <li><a href="https://github.com/urllib3/urllib3/commit/2e977dc666851a0f7857de73cba274f437680c9d"><code>2e977dc</code></a> [1.25] Add hardcoded paths to macOS frameworks for Big Sur compatibility. (<a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1">#1</a>...</li> <li><a href="https://github.com/urllib3/urllib3/commit/d69dbbedff13464cb11b94b8f87921207928db35"><code>d69dbbe</code></a> [1.25] Collapse request chunked data and framing into one send() call (<a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1906">#1906</a>)</li> <li><a href="https://github.com/urllib3/urllib3/commit/f5ebafd66c6b958285f92ec0611a748de8cd3c6d"><code>f5ebafd</code></a> [1.25] Fix testing of SSLKEYLOGFILE on AppVeyor</li> <li><a href="https://github.com/urllib3/urllib3/commit/97a2adccb5b69c1c07e08f18afeb5d74a7ff4568"><code>97a2adc</code></a> [1.25] Feature/support env var sslkeylogfile (<a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1867">#1867</a>)</li> <li><a href="https://github.com/urllib3/urllib3/commit/7bef8c6168ba6234d8a2124734b3258241e52571"><code>7bef8c6</code></a> [1.25] Use nox version that works with Python 3.5.2</li> <li><a href="https://github.com/urllib3/urllib3/commit/1b2294ff99730c09e00b22b8db6a348b82772ba1"><code>1b2294f</code></a> [1.25] Fix linting for flake8 v3.8</li> <li><a href="https://github.com/urllib3/urllib3/commit/57afd5937c37862cfaa8d06c43e51eb06cb907e1"><code>57afd59</code></a> [1.25] Don't insert 'None' into ConnectionPool if it was empty</li> <li><a href="https://github.com/urllib3/urllib3/commit/7a4a7a1ae01f9ff848b62dfa663703a1ac8b88fd"><code>7a4a7a1</code></a> [1.25] Change TARPIT_HOST to detect isolated network (<a href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1862">#1862</a>)</li> <li><a href="https://github.com/urllib3/urllib3/commit/80ac9a6feebe614296364389093236427ff33785"><code>80ac9a6</code></a> [1.25] Avoid hasattr in BrotliDecoder.decompress()</li> <li>Additional commits viewable in <a href="https://github.com/urllib3/urllib3/compare/1.25.9...1.25.10">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.9&new-version=1.25.10)](https://help.github.com/articles/configuring-automated-security-fixes) 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> --- <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:17 +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#495
No description provided.