Skip to content

Commit 492f960

Browse files
Update dependency testcontainers to v4.7.1 (#134)
[![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.7.0` -> `4.7.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/testcontainers/4.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/testcontainers/4.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/testcontainers/4.7.0/4.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/testcontainers/4.7.0/4.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>testcontainers/testcontainers-python (testcontainers)</summary> ### [`v4.7.1`](https://togithub.com/testcontainers/testcontainers-python/blob/HEAD/CHANGELOG.md#471-2024-07-02) [Compare Source](https://togithub.com/testcontainers/testcontainers-python/compare/testcontainers-v4.7.0...testcontainers-v4.7.1) ##### Bug Fixes - **core:** bad rebase from [#&#8203;579](https://togithub.com/testcontainers/testcontainers-python/issues/579) ([#&#8203;635](https://togithub.com/testcontainers/testcontainers-python/issues/635)) ([4766e48](https://togithub.com/testcontainers/testcontainers-python/commit/4766e4829407c19de039effc7ea8fcc8b6dcc214)) - **modules:** Mailpit Container ([#&#8203;625](https://togithub.com/testcontainers/testcontainers-python/issues/625)) ([0b866ff](https://togithub.com/testcontainers/testcontainers-python/commit/0b866ff3c2d462fa5032945dfa2efd4bd59079da)) - **modules:** SFTP Server Container ([#&#8203;629](https://togithub.com/testcontainers/testcontainers-python/issues/629)) ([2e7dbf1](https://togithub.com/testcontainers/testcontainers-python/commit/2e7dbf1185c68c7cbfb6bdac7457d1d5f86aba19)) - **network:** Now able to use Network without context, and has labels to be automatically cleaned up ([#&#8203;627](https://togithub.com/testcontainers/testcontainers-python/issues/627)) ([#&#8203;630](https://togithub.com/testcontainers/testcontainers-python/issues/630)) ([e93bc29](https://togithub.com/testcontainers/testcontainers-python/commit/e93bc29c1781c4e73840c4c587160f8e5805feea)) - **postgres:** get_connection_url(driver=None) should return postgres://... ([#&#8203;588](https://togithub.com/testcontainers/testcontainers-python/issues/588)) ([01d6c18](https://togithub.com/testcontainers/testcontainers-python/commit/01d6c182485555ee83f560739c34f089b0e54e0b)), closes [#&#8203;587](https://togithub.com/testcontainers/testcontainers-python/issues/587) - update test module import ([#&#8203;623](https://togithub.com/testcontainers/testcontainers-python/issues/623)) ([16f6ca4](https://togithub.com/testcontainers/testcontainers-python/commit/16f6ca42621866d8ff87ca539a84da27dbe9a4c4)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00acc2c commit 492f960

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

poetry.lock

Lines changed: 7 additions & 5 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.7.0"
34+
testcontainers = "4.7.1"
3535

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

0 commit comments

Comments
 (0)