Skip to content

Commit

Permalink
Dependency Updates: Bump urllib3 from 1.26.15 to 1.26.16 in /script/l…
Browse files Browse the repository at this point in the history
…inux (#24)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to
1.26.16.
<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.16</h2>
<ul>
<li>Fixed thread-safety issue where accessing a <code>PoolManager</code>
with many distinct origins would cause connection pools to be closed
while requests are in progress (<a
href="https://redirect.github.com/urllib3/urllib3/issues/2954">#2954</a>)</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>
<h1>1.26.16 (2023-05-23)</h1>
<ul>
<li>Fixed thread-safety issue where accessing a <code>PoolManager</code>
with many distinct origins
would cause connection pools to be closed while requests are in progress
(<code>[#2954](urllib3/urllib3#2954)
&lt;https://github.com/urllib3/urllib3/pull/2954&gt;</code>_)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/urllib3/urllib3/commit/d94029b7e2193ff47b627906a70e06377a09aae8"><code>d94029b</code></a>
Release 1.26.16</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/18e92145e9cddbabdf51c98f54202aa37fd5d4c8"><code>18e9214</code></a>
Use trusted publishing for PyPI</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/d25cf83bbae850a290fe34ed1610ae55c0558b36"><code>d25cf83</code></a>
[1.26] Fix invalid test_ssl_failure_midway_through_conn</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/25cca389496b86ee809c21e5b641aeaa74809263"><code>25cca38</code></a>
[1.26] Fix test_ssl_object_attributes</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/bbea166e946ff5bf1411c1827e1d92566be59cb1"><code>bbea166</code></a>
[1.26] Fix pypy2.7 CI</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/710114d7810558fd7e224054a566b53bb8601494"><code>710114d</code></a>
[1.26] Don't close ConnectionPools from PoolManager until
unreferenced</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/6b77c3975719e403a1d28ddf0d3ff8377814ab14"><code>6b77c39</code></a>
[1.26] pin virtualenv to &lt;20.22.0 for python-version==2.7</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/cdb8a7d6902418d214e67b3a8b0d854e460e2c49"><code>cdb8a7d</code></a>
[1.26] Fix compatible Python versions in v2-roadmap.rst (<a
href="https://redirect.github.com/urllib3/urllib3/issues/2979">#2979</a>)</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/0dfbb254cc4f9a8b1d0912f6b08e8ef03f2ca4f0"><code>0dfbb25</code></a>
[1.26] Bump Ubuntu version in integration tests</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/f50c0d03c2b8cc20b0be7fa2fb7a01e15b7b0313"><code>f50c0d0</code></a>
[1.26] Fix isort pre-commit installation</li>
<li>Additional commits viewable in <a
href="https://github.com/urllib3/urllib3/compare/1.26.15...1.26.16">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.15&new-version=1.26.16)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 24, 2023
1 parent 8582b04 commit 5dea1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/linux/requirements.txt
Expand Up @@ -4,5 +4,5 @@ docker==6.1.2
idna==3.4
packaging==23.1
requests==2.31.0
urllib3==1.26.15
urllib3==1.26.16
websocket-client==1.5.2

0 comments on commit 5dea1bd

Please sign in to comment.