Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dashboard backend
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • stackspin
  • dashboard backend
  • Merge requests
  • !42

Update dependency urllib3 to v1.26.8

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Stackspin-renovate Bot requested to merge renovate/urllib3-1.x into main Jan 07, 2022
  • Overview 0
  • Commits 1
  • Pipelines 6
  • Changes 1

This MR contains the following updates:

Package Update Change
urllib3 (source) patch ==1.26.7 -> ==1.26.8

Release Notes

urllib3/urllib3

v1.26.8

Compare Source

If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors.

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

⚠ This release will be the last release supporting Python 3.5. Please upgrade to a non-EOL Python version.

  • Added extra message tourllib3.exceptions.ProxyError when urllib3 detects that a proxy is configured to use HTTPS but the proxy itself appears to only use HTTP.
  • Added a mention of the size of the connection pool when discarding a connection due to the pool being full.
  • Added explicit support for Python 3.11.
  • Deprecated the Retry.MAX_BACKOFF class property in favor of Retry.DEFAULT_MAX_BACKOFF to better match the rest of the default parameter names. Retry.MAX_BACKOFF is removed in v2.0.
  • Changed location of the vendored ssl.match_hostname function from urllib3.packages.ssl_match_hostname to urllib3.util.ssl_match_hostname to ensure Python 3.10+ compatibility after being repackaged by downstream distributors.
  • Fixed absolute imports, all imports are now relative.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited Jan 20, 2022 by Stackspin-renovate Bot
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: renovate/urllib3-1.x