Skip to content

Commit 66660ee

Browse files
Update dependency testcontainers to v4.7.0 (#131)
[![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.6.0` -> `4.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/testcontainers/4.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/testcontainers/4.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/testcontainers/4.6.0/4.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/testcontainers/4.6.0/4.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>testcontainers/testcontainers-python (testcontainers)</summary> ### [`v4.7.0`](https://togithub.com/testcontainers/testcontainers-python/blob/HEAD/CHANGELOG.md#470-2024-06-28) ##### Features - **core:** Add support for ollama module ([#&#8203;618](https://togithub.com/testcontainers/testcontainers-python/issues/618)) ([5442d05](https://togithub.com/testcontainers/testcontainers-python/commit/5442d054cb8bc11887e09d24e29d9f91dd943307)) - **core:** Added Generic module ([#&#8203;612](https://togithub.com/testcontainers/testcontainers-python/issues/612)) ([e575b28](https://togithub.com/testcontainers/testcontainers-python/commit/e575b28da912147c5b806abab40a0c92329e2eb7)) - **core:** allow custom dockerfile path for image build and bypassing build cache ([#&#8203;615](https://togithub.com/testcontainers/testcontainers-python/issues/615)) ([ead0f79](https://togithub.com/testcontainers/testcontainers-python/commit/ead0f797902a94d3b2558e489fe2a0a55c3bb7ad)), closes [#&#8203;610](https://togithub.com/testcontainers/testcontainers-python/issues/610) - **core:** DockerCompose.stop now stops only services that it starts (does not stop the other services) ([#&#8203;620](https://togithub.com/testcontainers/testcontainers-python/issues/620)) ([e711800](https://togithub.com/testcontainers/testcontainers-python/commit/e71180039441e3c7d49467298ef0f498fe786149)) ##### Bug Fixes - **cosmosdb:** Add support for the CosmosDB Emulator ([#&#8203;579](https://togithub.com/testcontainers/testcontainers-python/issues/579)) ([8045a80](https://togithub.com/testcontainers/testcontainers-python/commit/8045a806fcb6908567339a14f2f0d7a169461675)) - improve ollama docs, s/ollama_dir/ollama_home/g ([#&#8203;619](https://togithub.com/testcontainers/testcontainers-python/issues/619)) ([27f2a6b](https://togithub.com/testcontainers/testcontainers-python/commit/27f2a6bdca8b9c860a96920eebc96f53682ea750)) - **kafka:** Add Kraft to Kafka containers ([#&#8203;611](https://togithub.com/testcontainers/testcontainers-python/issues/611)) ([762d2a2](https://togithub.com/testcontainers/testcontainers-python/commit/762d2a2130f7ce17dacaed5a96a6898a08cf2bc5)) ##### Documentation - **contributing:** add contribution and new-container guide ([#&#8203;460](https://togithub.com/testcontainers/testcontainers-python/issues/460)) ([3519f4b](https://togithub.com/testcontainers/testcontainers-python/commit/3519f4bdad6eac6c172977303b51cf52b4fa4c04)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4114f00 commit 66660ee

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

poetry.lock

Lines changed: 7 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.6.0"
34+
testcontainers = "4.7.0"
3535

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

0 commit comments

Comments
 (0)