Skip to content

Commit ed70b03

Browse files
chore(deps): update dependency testcontainers to v4.13.3 (#266)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [testcontainers](https://redirect.github.com/testcontainers/testcontainers-python) | `==4.13.2` -> `==4.13.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/testcontainers/4.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/testcontainers/4.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/testcontainers/4.13.2/4.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/testcontainers/4.13.2/4.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>testcontainers/testcontainers-python (testcontainers)</summary> ### [`v4.13.3`](https://redirect.github.com/testcontainers/testcontainers-python/blob/HEAD/CHANGELOG.md#4133-2025-11-14) [Compare Source](https://redirect.github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.13.2...testcontainers-v4.13.3) ##### Bug Fixes - do not require consumer of library to state nonsupport for py4 ([#&#8203;912](https://redirect.github.com/testcontainers/testcontainers-python/issues/912)) ([f608df9](https://redirect.github.com/testcontainers/testcontainers-python/commit/f608df908f87674484b106831d8e8019fdc1927c)) - **docs:** Update dependencies for docs ([#&#8203;900](https://redirect.github.com/testcontainers/testcontainers-python/issues/900)) ([3f66784](https://redirect.github.com/testcontainers/testcontainers-python/commit/3f667847a0d9a893e4f15481d81d131817382d5c)) - support python 3.14!!! - ([#&#8203;917](https://redirect.github.com/testcontainers/testcontainers-python/issues/917)) ([f76e982](https://redirect.github.com/testcontainers/testcontainers-python/commit/f76e982ca6f40d185d6f430be0a62cd26afbf7e6)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 417a05d commit ed70b03

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dev = [
2525
"pytest==9.0.1",
2626
"pytest-cov==7.0.0",
2727
"pytest-mock==3.15.1",
28-
"testcontainers==4.13.2",
28+
"testcontainers==4.13.3",
2929
]
3030

3131
[build-system]

uv.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.

0 commit comments

Comments
 (0)