chore(deps): bump urllib3 from 2.6.3 to 2.7.0#3704
Merged
Conversation
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>
✅ Deploy Preview for testcontainers-go ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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` |  |  | --- ### 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 ([#​3650](testcontainers/testcontainers-go#3650)) [@​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 ([#​3710](testcontainers/testcontainers-go#3710)) [@​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 ([#​3716](testcontainers/testcontainers-go#3716)) [@​blueprismo](https://github.com/blueprismo) - feat(wait): implement AnyMultiStrategy: ForAny equivalent to ForAll. ([#​3719](testcontainers/testcontainers-go#3719)) [@​jeanbza](https://github.com/jeanbza) - feat(eventhubs): add WithAzuriteContainer and functional-options config builder ([#​3722](testcontainers/testcontainers-go#3722)) [@​mdelapenya](https://github.com/mdelapenya) - feat!: add PullImageWithPlatform to DockerProvider ([#​3710](testcontainers/testcontainers-go#3710)) [@​blueprismo](https://github.com/blueprismo) - feat(modules/dex): add Dex OIDC provider module ([#​3659](testcontainers/testcontainers-go#3659)) [@​guilycst](https://github.com/guilycst) #### 🐛 Bug Fixes - fix(security): remove debug code that leaks Docker credentials ([#​3721](testcontainers/testcontainers-go#3721)) [@​mdelapenya](https://github.com/mdelapenya) - fix(ollama): align local exec test with Ollama 0.30.6 log format ([#​3715](testcontainers/testcontainers-go#3715)) [@​mdelapenya](https://github.com/mdelapenya) - fix: close temp file handle before removal ([#​3672](testcontainers/testcontainers-go#3672)) [@​acouvreur](https://github.com/acouvreur) - fix(compose): close docker clients to prevent goroutine leaks ([#​3661](testcontainers/testcontainers-go#3661)) [@​mdelapenya](https://github.com/mdelapenya) - fix: wait for log production goroutine to drain on stop ([#​3660](testcontainers/testcontainers-go#3660)) [@​mdelapenya](https://github.com/mdelapenya) #### 📖 Documentation - chore: update usage metrics (2026-06) ([#​3714](testcontainers/testcontainers-go#3714)) @​[github-actions\[bot\]](https://github.com/apps/github-actions) #### 🧹 Housekeeping - chore(wait)!: change url callback in wait.ForSQL to accept network.Port ([#​3650](testcontainers/testcontainers-go#3650)) [@​thaJeztah](https://github.com/thaJeztah) - chore: update usage metrics (2026-05) ([#​3670](testcontainers/testcontainers-go#3670)) @​[github-actions\[bot\]](https://github.com/apps/github-actions) - chore: remove cgroupnsMode setting from K3s container configuration ([#​3653](testcontainers/testcontainers-go#3653)) [@​lixin9311](https://github.com/lixin9311) #### 📦 Dependency updates - chore(deps): update dependencies to latest versions in go.mod and go.sum ([#​3729](testcontainers/testcontainers-go#3729)) [@​Steven-Harris](https://github.com/Steven-Harris) - chore: bump sshd-docker image to 1.4.0 ([#​3727](testcontainers/testcontainers-go#3727)) [@​mdelapenya](https://github.com/mdelapenya) - chore(deps): bump Ryuk to v0.14.0 ([#​3313](testcontainers/testcontainers-go#3313)) [@​mdelapenya](https://github.com/mdelapenya) - chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.4 to 4.26.5 ([#​3713](testcontainers/testcontainers-go#3713)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - chore(deps): bump golang.org/x/sys from 0.44.0 to 0.45.0 ([#​3712](testcontainers/testcontainers-go#3712)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - chore(deps): bump mkdocs-include-markdown-plugin from 7.2.2 to 7.3.0 ([#​3711](testcontainers/testcontainers-go#3711)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - chore(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.3 ([#​3677](testcontainers/testcontainers-go#3677)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - chore(deps): bump idna from 3.11 to 3.15 ([#​3708](testcontainers/testcontainers-go#3708)) @​[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 ([#​3709](testcontainers/testcontainers-go#3709)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - chore(deps): bump urllib3 from 2.6.3 to 2.7.0 ([#​3704](testcontainers/testcontainers-go#3704)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.3 to 4.26.4 ([#​3667](testcontainers/testcontainers-go#3667)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - chore(deps): bump github.com/moby/moby/api from 1.54.1 to 1.54.2 ([#​3676](testcontainers/testcontainers-go#3676)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - chore(deps): bump golang.org/x/crypto from 0.48.0 to 0.51.0 ([#​3689](testcontainers/testcontainers-go#3689)) [@​mdelapenya](https://github.com/mdelapenya) - chore(deps): bump google.golang.org/grpc from 1.79.3 to 1.81.0 in /modules/gcloud ([#​3690](testcontainers/testcontainers-go#3690)) @​[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 ([#​3686](testcontainers/testcontainers-go#3686)) @​[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 ([#​3674](testcontainers/testcontainers-go#3674)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - chore(deps): bump docker/setup-docker-action from 4.5.0 to 5.1.0 ([#​3664](testcontainers/testcontainers-go#3664)) @​[dependabot\[bot\]](https://github.com/apps/dependabot) - chore(deps): bump mkdocs-include-markdown-plugin from 7.2.1 to 7.2.2 ([#​3665](testcontainers/testcontainers-go#3665)) @​[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 ([#​3673](testcontainers/testcontainers-go#3673)) @​[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 ([#​3658](testcontainers/testcontainers-go#3658)) @​[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 ([#​3657](testcontainers/testcontainers-go#3657)) @​[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 ([#​3656](testcontainers/testcontainers-go#3656)) @​[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 ([#​3652](testcontainers/testcontainers-go#3652)) @​[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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps urllib3 from 2.6.3 to 2.7.0.
Release notes
Sourced from urllib3's releases.
Changelog
Sourced from urllib3's changelog.
... (truncated)
Commits
9a950b9Release 2.7.05ec0de4Merge commit from fork2bdcc44Merge commit from forkf45b0dfFix a misleading example forProxyManager(#4970)577193cSwitch to nightly PyPy3.11 in CI for now (#4984)e90af45Avoid infinite loop inHTTPResponse.read_chunkedwhenamt=0(#4974)67ed74fBump dev dependencies (#4972)3abd481Upgrade mypy to version 1.20.2 (#4978)2b8725dDrop support for EOL PyPy3.10 (#4979)2944b2aUpgradesetup-chromeandsetup-firefoxto fix warnings (#4973)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.