Skip to content

Commit 854c41d

Browse files
Update dependency testcontainers to v4.5.0 (#122)
[![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.4.1` -> `4.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/testcontainers/4.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/testcontainers/4.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/testcontainers/4.4.1/4.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/testcontainers/4.4.1/4.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>testcontainers/testcontainers-python (testcontainers)</summary> ### [`v4.5.0`](https://togithub.com/testcontainers/testcontainers-python/blob/HEAD/CHANGELOG.md#450-2024-05-25) [Compare Source](https://togithub.com/testcontainers/testcontainers-python/compare/testcontainers-v4.4.1...testcontainers-v4.5.0) ##### Features - **core:** Private registry ([#&#8203;566](https://togithub.com/testcontainers/testcontainers-python/issues/566)) ([59fbcfa](https://togithub.com/testcontainers/testcontainers-python/commit/59fbcfaf512d1f094e6d8346d45766e810ee2d44)) ##### Bug Fixes - added types to exec & tc_properties_get_tc_host ([#&#8203;561](https://togithub.com/testcontainers/testcontainers-python/issues/561)) ([9eabb79](https://togithub.com/testcontainers/testcontainers-python/commit/9eabb79f213cfb6d8e60173ff4c40f580ae0972a)) - on windows, DockerCompose.get_service_host returns an unusable "0.0.0.0" - adjust to 127.0.0.1 ([#&#8203;457](https://togithub.com/testcontainers/testcontainers-python/issues/457)) ([2aa3d37](https://togithub.com/testcontainers/testcontainers-python/commit/2aa3d371647877db45eac1663814dcc99de0f6af)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cee3b3 commit 854c41d

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.1"
3232
pytest-cov = "5.0.0"
3333
pytest-mock = "3.14.0"
34-
testcontainers = "4.4.1"
34+
testcontainers = "4.5.0"
3535

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

0 commit comments

Comments
 (0)