Skip to content

chore(deps): bump urllib3 from 2.6.3 to 2.7.0#3704

Merged
mdelapenya merged 1 commit into
mainfrom
dependabot/pip/urllib3-2.7.0
May 13, 2026
Merged

chore(deps): bump urllib3 from 2.6.3 to 2.7.0#3704
mdelapenya merged 1 commit into
mainfrom
dependabot/pip/urllib3-2.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor

Bumps urllib3 from 2.6.3 to 2.7.0.

Release notes

Sourced from urllib3's releases.

2.7.0

🚀 urllib3 is fundraising for HTTP/2 support

urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.

Thank you for your support.

Security

Addressed high-severity security issues. Impact was limited to specific use cases detailed in the accompanying advisories; overall user exposure was estimated to be marginal.

  • Decompression-bomb safeguards of the streaming API were bypassed:

    1. When HTTPResponse.drain_conn() was called after the response had been read and decompressed partially. (Reported by @​Cycloctane)
    2. During the second HTTPResponse.read(amt=N) or HTTPResponse.stream(amt=N) call when the response was decompressed using the official Brotli library. (Reported by @​kimkou2024)

    See GHSA-mf9v-mfxr-j63j for details.

  • HTTP pools created using ProxyManager.connection_from_url did not strip sensitive headers specified in Retry.remove_headers_on_redirect when redirecting to a different host. (GHSA-qccp-gfcp-xxvc reported by @​christos-spearbit)

Deprecations and Removals

  • Used FutureWarning instead of DeprecationWarning for better visibility of existing deprecation notices. Rescheduled the removal of deprecated features to version 3.0. (urllib3/urllib3#3763)
  • Removed support for end-of-life Python 3.9. (urllib3/urllib3#3720)
  • Removed support for end-of-life PyPy3.10. (urllib3/urllib3#4979)
  • Bumped the minimum supported pyOpenSSL version to 19.0.0. (urllib3/urllib3#3777)

Bugfixes

  • Fixed a bug where HTTPResponse.read(amt=None) was ignoring decompressed data buffered from previous partial reads. (urllib3/urllib3#3636)
  • Fixed a bug where HTTPResponse.read() could cache only part of the response after a partial read when cache_content=True. (urllib3/urllib3#4967)
  • Fixed HTTPResponse.stream() and HTTPResponse.read_chunked() to handle amt=0. (urllib3/urllib3#3793)
  • Updated _TYPE_BODY type alias to include missing Iterable[str], matching the documented and runtime behavior of chunked request bodies. (urllib3/urllib3#3798)
  • Fixed LocationParseError when paths resembling schemeless URIs were passed to HTTPConnectionPool.urlopen(). (urllib3/urllib3#3352)
  • Fixed BaseHTTPResponse.readinto() type annotation to accept memoryview in addition to bytearray, matching the io.RawIOBase.readinto contract and enabling use with io.BufferedReader without type errors. (urllib3/urllib3#3764)
Changelog

Sourced from urllib3's changelog.

2.7.0 (2026-05-07)

Security

Addressed high-severity security issues. Impact was limited to specific use cases detailed in the accompanying advisories; overall user exposure was estimated to be marginal.

  • Decompression-bomb safeguards of the streaming API were bypassed:

    1. When HTTPResponse.drain_conn() was called after the response had been read and decompressed partially.
    2. During the second HTTPResponse.read(amt=N) or HTTPResponse.stream(amt=N) call when the response was decompressed using the official Brotli <https://pypi.org/project/brotli/>__ library.

    See GHSA-mf9v-mfxr-j63j <https://github.com/urllib3/urllib3/security/advisories/GHSA-mf9v-mfxr-j63j>__ for details.

  • HTTP pools created using ProxyManager.connection_from_url did not strip sensitive headers specified in Retry.remove_headers_on_redirect when redirecting to a different host. (GHSA-qccp-gfcp-xxvc <https://github.com/urllib3/urllib3/security/advisories/GHSA-qccp-gfcp-xxvc>__)

Deprecations and Removals

  • Used FutureWarning instead of DeprecationWarning for better visibility of existing deprecation notices. Rescheduled the removal of deprecated features to version 3.0. ([#3763](https://github.com/urllib3/urllib3/issues/3763) <https://github.com/urllib3/urllib3/issues/3763>__)
  • Removed support for end-of-life Python 3.9. ([#3720](https://github.com/urllib3/urllib3/issues/3720) <https://github.com/urllib3/urllib3/issues/3720>__)
  • Removed support for end-of-life PyPy3.10. ([#4979](https://github.com/urllib3/urllib3/issues/4979) <https://github.com/urllib3/urllib3/issues/4979>__)
  • Bumped the minimum supported pyOpenSSL version to 19.0.0. ([#3777](https://github.com/urllib3/urllib3/issues/3777) <https://github.com/urllib3/urllib3/issues/3777>__)

Bugfixes

  • Fixed a bug where HTTPResponse.read(amt=None) was ignoring decompressed data buffered from previous partial reads. ([#3636](https://github.com/urllib3/urllib3/issues/3636) <https://github.com/urllib3/urllib3/issues/3636>__)
  • Fixed a bug where HTTPResponse.read() could cache only part of the response after a partial read when cache_content=True.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.6.3...2.7.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.7.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependencies or external services python Pull requests that update python code labels May 11, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 11, 2026 17:24
@dependabot dependabot Bot added dependencies Dependencies or external services python Pull requests that update python code labels May 11, 2026
@netlify

netlify Bot commented May 11, 2026

Copy link
Copy Markdown

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit c72eb05
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-go/deploys/6a0210e8054fd70008db886c
😎 Deploy Preview https://deploy-preview-3704--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the chore Changes that do not impact the existing functionality label May 11, 2026
@mdelapenya mdelapenya removed the chore Changes that do not impact the existing functionality label May 13, 2026
@mdelapenya mdelapenya merged commit 982fb09 into main May 13, 2026
15 checks passed
@mdelapenya mdelapenya deleted the dependabot/pip/urllib3-2.7.0 branch May 13, 2026 20:15
mdelapenya added a commit to mdelapenya/testcontainers-go that referenced this pull request Jun 15, 2026
* main: (24 commits)
  feat(wait): implement AnyMultiStrategy: ForAny equivalent to ForAll. (testcontainers#3719)
  chore(wait)!: change url callback in wait.ForSQL to accept network.Port (testcontainers#3650)
  chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.4 to 4.26.5 (testcontainers#3713)
  chore(deps): bump golang.org/x/sys from 0.44.0 to 0.45.0 (testcontainers#3712)
  chore(deps): bump mkdocs-include-markdown-plugin from 7.2.2 to 7.3.0 (testcontainers#3711)
  chore(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.3 (testcontainers#3677)
  chore(deps): bump idna from 3.11 to 3.15 (testcontainers#3708)
  chore(deps): bump github.com/containerd/containerd/v2 (testcontainers#3709)
  feat(eventhubs): add WithAzuriteContainer and functional-options config builder (testcontainers#3722)
  fix(security): remove debug code that leaks Docker credentials (testcontainers#3721)
  fix(ollama): update test log (testcontainers#3715)
  chore(metrics): update usage metrics (2026-06-08) (testcontainers#3714)
  feat!: add PullImageWithPlatform to DockerProvider (testcontainers#3710)
  chore(deps): bump urllib3 from 2.6.3 to 2.7.0 (testcontainers#3704)
  chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.3 to 4.26.4 (testcontainers#3667)
  chore(deps): bump github.com/moby/moby/api from 1.54.1 to 1.54.2 (testcontainers#3676)
  chore(deps): bump golang.org/x/crypto from 0.48.0 to 0.51.0 (testcontainers#3689)
  chore(deps): bump google.golang.org/grpc in /modules/gcloud (testcontainers#3690)
  chore(deps): bump google.golang.org/grpc in /modules/dex (testcontainers#3686)
  feat(modules/dex): add Dex OIDC provider module (testcontainers#3659)
  ...
hbjydev pushed a commit to hbjydev/containers that referenced this pull request Jun 25, 2026
… (v0.42.0 → v0.43.0) (#9)

This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `v0.42.0` → `v0.43.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.43.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.42.0/v0.43.0?slim=true) |

---

### Release Notes

<details>
<summary>testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)</summary>

### [`v0.43.0`](https://github.com/testcontainers/testcontainers-go/releases/tag/v0.43.0)

[Compare Source](testcontainers/testcontainers-go@v0.42.0...v0.43.0)

### What's Changed

#### ⚠️ Breaking Changes

- chore(wait)!: change url callback in wait.ForSQL to accept network.Port ([#&#8203;3650](testcontainers/testcontainers-go#3650)) [@&#8203;thaJeztah](https://github.com/thaJeztah)

> Users of `wait.ForSQL` need to follow the new API contract, using Moby's `network.Port` instead of `string` when building the callback function to check the URL. Please see <https://golang.testcontainers.org/features/wait/sql/>

- feat!: add PullImageWithPlatform to DockerProvider ([#&#8203;3710](testcontainers/testcontainers-go#3710)) [@&#8203;blueprismo](https://github.com/blueprismo)

> Users implementing their own `testcontainers.ImageProvider` need to implement the new `PullImageWithPlatform` method introduced by this PR.

#### 🚀 Features

- feat(k3s):  pull image opts ([#&#8203;3716](testcontainers/testcontainers-go#3716)) [@&#8203;blueprismo](https://github.com/blueprismo)
- feat(wait): implement AnyMultiStrategy: ForAny equivalent to ForAll. ([#&#8203;3719](testcontainers/testcontainers-go#3719)) [@&#8203;jeanbza](https://github.com/jeanbza)
- feat(eventhubs): add WithAzuriteContainer and functional-options config builder ([#&#8203;3722](testcontainers/testcontainers-go#3722)) [@&#8203;mdelapenya](https://github.com/mdelapenya)
- feat!: add PullImageWithPlatform to DockerProvider ([#&#8203;3710](testcontainers/testcontainers-go#3710)) [@&#8203;blueprismo](https://github.com/blueprismo)
- feat(modules/dex): add Dex OIDC provider module ([#&#8203;3659](testcontainers/testcontainers-go#3659)) [@&#8203;guilycst](https://github.com/guilycst)

#### 🐛 Bug Fixes

- fix(security): remove debug code that leaks Docker credentials ([#&#8203;3721](testcontainers/testcontainers-go#3721)) [@&#8203;mdelapenya](https://github.com/mdelapenya)
- fix(ollama): align local exec test with Ollama 0.30.6 log format ([#&#8203;3715](testcontainers/testcontainers-go#3715)) [@&#8203;mdelapenya](https://github.com/mdelapenya)
- fix: close temp file handle before removal  ([#&#8203;3672](testcontainers/testcontainers-go#3672)) [@&#8203;acouvreur](https://github.com/acouvreur)
- fix(compose): close docker clients to prevent goroutine leaks ([#&#8203;3661](testcontainers/testcontainers-go#3661)) [@&#8203;mdelapenya](https://github.com/mdelapenya)
- fix: wait for log production goroutine to drain on stop ([#&#8203;3660](testcontainers/testcontainers-go#3660)) [@&#8203;mdelapenya](https://github.com/mdelapenya)

#### 📖 Documentation

- chore: update usage metrics (2026-06) ([#&#8203;3714](testcontainers/testcontainers-go#3714)) @&#8203;[github-actions\[bot\]](https://github.com/apps/github-actions)

#### 🧹 Housekeeping

- chore(wait)!: change url callback in wait.ForSQL to accept network.Port ([#&#8203;3650](testcontainers/testcontainers-go#3650)) [@&#8203;thaJeztah](https://github.com/thaJeztah)
- chore: update usage metrics (2026-05) ([#&#8203;3670](testcontainers/testcontainers-go#3670)) @&#8203;[github-actions\[bot\]](https://github.com/apps/github-actions)
- chore: remove cgroupnsMode setting from K3s container configuration ([#&#8203;3653](testcontainers/testcontainers-go#3653)) [@&#8203;lixin9311](https://github.com/lixin9311)

#### 📦 Dependency updates

- chore(deps): update dependencies to latest versions in go.mod and go.sum ([#&#8203;3729](testcontainers/testcontainers-go#3729)) [@&#8203;Steven-Harris](https://github.com/Steven-Harris)
- chore: bump sshd-docker image to 1.4.0 ([#&#8203;3727](testcontainers/testcontainers-go#3727)) [@&#8203;mdelapenya](https://github.com/mdelapenya)
- chore(deps): bump Ryuk to v0.14.0 ([#&#8203;3313](testcontainers/testcontainers-go#3313)) [@&#8203;mdelapenya](https://github.com/mdelapenya)
- chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.4 to 4.26.5 ([#&#8203;3713](testcontainers/testcontainers-go#3713)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump golang.org/x/sys from 0.44.0 to 0.45.0 ([#&#8203;3712](testcontainers/testcontainers-go#3712)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump mkdocs-include-markdown-plugin from 7.2.2 to 7.3.0 ([#&#8203;3711](testcontainers/testcontainers-go#3711)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.3 ([#&#8203;3677](testcontainers/testcontainers-go#3677)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump idna from 3.11 to 3.15 ([#&#8203;3708](testcontainers/testcontainers-go#3708)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump github.com/containerd/containerd/v2 from 2.2.2 to 2.2.4 in /modules/compose ([#&#8203;3709](testcontainers/testcontainers-go#3709)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump urllib3 from 2.6.3 to 2.7.0 ([#&#8203;3704](testcontainers/testcontainers-go#3704)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.3 to 4.26.4 ([#&#8203;3667](testcontainers/testcontainers-go#3667)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump github.com/moby/moby/api from 1.54.1 to 1.54.2 ([#&#8203;3676](testcontainers/testcontainers-go#3676)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump golang.org/x/crypto from 0.48.0 to 0.51.0 ([#&#8203;3689](testcontainers/testcontainers-go#3689)) [@&#8203;mdelapenya](https://github.com/mdelapenya)
- chore(deps): bump google.golang.org/grpc from 1.79.3 to 1.81.0 in /modules/gcloud ([#&#8203;3690](testcontainers/testcontainers-go#3690)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump google.golang.org/grpc from 1.75.0 to 1.81.0 in /modules/dex ([#&#8203;3686](testcontainers/testcontainers-go#3686)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump github.com/in-toto/in-toto-golang from 0.10.0 to 0.11.0 in /modules/compose ([#&#8203;3674](testcontainers/testcontainers-go#3674)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump docker/setup-docker-action from 4.5.0 to 5.1.0 ([#&#8203;3664](testcontainers/testcontainers-go#3664)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump mkdocs-include-markdown-plugin from 7.2.1 to 7.2.2 ([#&#8203;3665](testcontainers/testcontainers-go#3665)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump github.com/apache/thrift from 0.21.0 to 0.23.0 in /modules/nebulagraph ([#&#8203;3673](testcontainers/testcontainers-go#3673)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump github.com/Azure/go-ntlmssp from 0.0.0-20221128193559-754e69321358 to 0.1.1 in /modules/openldap ([#&#8203;3658](testcontainers/testcontainers-go#3658)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump github.com/jackc/pgx/v5 from 5.9.0 to 5.9.2 in /modules/postgres ([#&#8203;3657](testcontainers/testcontainers-go#3657)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump github.com/jackc/pgx/v5 from 5.5.4 to 5.9.2 in /modules/cockroachdb ([#&#8203;3656](testcontainers/testcontainers-go#3656)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)
- chore(deps): bump github.com/jackc/pgx/v5 from 5.5.4 to 5.9.0 in /modules/postgres ([#&#8203;3652](testcontainers/testcontainers-go#3652)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)

</details>

---

### Configuration

📅 **Schedule**: (in timezone Europe/London)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

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

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

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL21pbm9yIl19-->

Reviewed-on: https://forgejo.hayden.moe/hayden/containers/pulls/9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies or external services python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant