Skip to content

Commit

Permalink
⬆️ Bump urllib3 from 1.26.13 to 1.26.14 (#212)
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.13 to
1.26.14.
<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.14</h2>
<ul>
<li>Fixed parsing of port 0 (zero) returning None, instead of 0 (<a
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/2850">#2850</a>)</li>
<li>Removed deprecated <code>HTTPResponse.getheaders()</code> calls in
<code>urllib3.contrib</code> module.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/urllib3/urllib3/blob/main/CHANGES.rst">urllib3's
changelog</a>.</em></p>
<blockquote>
<h2>1.26.14 (2023-01-11)</h2>
<ul>
<li>Fixed parsing of port 0 (zero) returning None, instead of 0.
(<code>[#2850](urllib3/urllib3#2850)
&lt;https://github.com/urllib3/urllib3/issues/2850&gt;</code>__)</li>
<li>Removed deprecated getheaders() calls in contrib module. Fixed the
type hint of <code>PoolKey.key_retries</code> by adding
<code>bool</code> to the union.
(<code>[#2865](urllib3/urllib3#2865)
&lt;https://github.com/urllib3/urllib3/issues/2865&gt;</code>__)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/urllib3/urllib3/commit/f96a1cfc568beddf1e17ce7609609eca40780be5"><code>f96a1cf</code></a>
Release 1.26.14</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/de6def1f73619b4f5edf5f8f604f2e373b130ef6"><code>de6def1</code></a>
[1.26] Speed up Python 3.11 CI by upgrading coverage</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/b619b2ee285ec00efb3e47ce6548afc5662871e4"><code>b619b2e</code></a>
[1.26] Use Ubuntu 20.04 for unsupported Python versions</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/25fbd5fb72ae8790cff9512878d302120e387e64"><code>25fbd5f</code></a>
Fixed issue with port &quot;0&quot; returning None</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/61e86ea7c4ccc7c2a688cf06d1b76821d4ac5c1f"><code>61e86ea</code></a>
Fix typos in HTTPResponse.getheaders() warnings</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/2f6833ab453e0b026c2d376ae9966b937ad179a6"><code>2f6833a</code></a>
[1.26] Remove deprecated getheaders() in contrib modules</li>
<li>See full diff in <a
href="https://github.com/urllib3/urllib3/compare/1.26.13...1.26.14">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.26.13&new-version=1.26.14)](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>
  • Loading branch information
github-actions[bot] committed Jan 16, 2023
2 parents ce0b5d2 + d5484ad commit 64a34a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -292,7 +292,7 @@ typing-extensions==4.4.0
# myst-parser
unidecode==1.3.6
# via sphinx-autoapi
urllib3==1.26.13
urllib3==1.26.14
# via requests
virtualenv==20.17.1
# via pre-commit
Expand Down

0 comments on commit 64a34a9

Please sign in to comment.