Skip to content

Commit 4d6a389

Browse files
Update dependency testcontainers to v4.6.0 (#128)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [testcontainers](https://togithub.com/testcontainers/testcontainers-python) | `4.5.1` -> `4.6.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/testcontainers/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/testcontainers/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/testcontainers/4.5.1/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/testcontainers/4.5.1/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>testcontainers/testcontainers-python (testcontainers)</summary> ### [`v4.6.0`](https://togithub.com/testcontainers/testcontainers-python/blob/HEAD/CHANGELOG.md#460-2024-06-18) [Compare Source](https://togithub.com/testcontainers/testcontainers-python/compare/testcontainers-v4.5.1...testcontainers-v4.6.0) ##### Features - **core:** Added ServerContainer ([#&#8203;595](https://togithub.com/testcontainers/testcontainers-python/issues/595)) ([0768490](https://togithub.com/testcontainers/testcontainers-python/commit/076849015ad3542384ecf8cf6c205d5d498e4986)) - **core:** Image build (Dockerfile support) ([#&#8203;585](https://togithub.com/testcontainers/testcontainers-python/issues/585)) ([54c88cf](https://togithub.com/testcontainers/testcontainers-python/commit/54c88cf00ad7bb08eb7894c52bed7a9010fd7786)) ##### Bug Fixes - Add Cockroach DB Module to Testcontainers ([#&#8203;608](https://togithub.com/testcontainers/testcontainers-python/issues/608)) ([4aff679](https://togithub.com/testcontainers/testcontainers-python/commit/4aff6793f28fbeb8358adcc728283ea9a7b94e5f)) - Container for Milvus database ([#&#8203;606](https://togithub.com/testcontainers/testcontainers-python/issues/606)) ([ec76df2](https://togithub.com/testcontainers/testcontainers-python/commit/ec76df27c3d95ac1b79df3a049b4e2c12539081d)) - move TESTCONTAINERS_HOST_OVERRIDE to config.py ([#&#8203;603](https://togithub.com/testcontainers/testcontainers-python/issues/603)) ([2a5a190](https://togithub.com/testcontainers/testcontainers-python/commit/2a5a1904391020a9da4be17b32f23b36d9385c29)), closes [#&#8203;602](https://togithub.com/testcontainers/testcontainers-python/issues/602) - **mqtt:** Add mqtt.MosquittoContainer ([#&#8203;568](https://togithub.com/testcontainers/testcontainers-python/issues/568)) ([#&#8203;599](https://togithub.com/testcontainers/testcontainers-python/issues/599)) ([59cb6fc](https://togithub.com/testcontainers/testcontainers-python/commit/59cb6fc4e7d93870ff2d0d961d14ccd5142a8a05)) ##### Documentation - **main:** Private registry ([#&#8203;598](https://togithub.com/testcontainers/testcontainers-python/issues/598)) ([9045c0a](https://togithub.com/testcontainers/testcontainers-python/commit/9045c0aea6029283490c89aea985e625dcdfc7b9)) - Update private registry instructions ([#&#8203;604](https://togithub.com/testcontainers/testcontainers-python/issues/604)) ([f5a019b](https://togithub.com/testcontainers/testcontainers-python/commit/f5a019b6d2552788478e4a10cd17f7a2b453abb9)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9bf2576 commit 4d6a389

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ types-Pillow = "10.2.0.20240520"
3131
pytest = "8.2.2"
3232
pytest-cov = "5.0.0"
3333
pytest-mock = "3.14.0"
34-
testcontainers = "4.5.1"
34+
testcontainers = "4.6.0"
3535

3636
[tool.isort]
3737
profile = "black"

0 commit comments

Comments
 (0)