From 9d1a3a0f54bd4eb4ec8747d459119235177984ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:39:18 +0000 Subject: [PATCH] Update dependency testcontainers to v4.2.0 (#73) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.1.1` -> `4.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/testcontainers/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/testcontainers/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/testcontainers/4.1.1/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/testcontainers/4.1.1/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
testcontainers/testcontainers-python (testcontainers) ### [`v4.2.0`](https://togithub.com/testcontainers/testcontainers-python/blob/HEAD/CHANGELOG.md#420-2024-03-24) ##### Features - support influxdb ([#​413](https://togithub.com/testcontainers/testcontainers-python/issues/413)) ([13742a5](https://togithub.com/testcontainers/testcontainers-python/commit/13742a5dc448c80914953c21f8f2b01177c3fa6c)) ##### Bug Fixes - **arangodb:** tests to pass on ARM CPUs - change default image to 3.11.x where ARM image is published ([#​479](https://togithub.com/testcontainers/testcontainers-python/issues/479)) ([7b58a50](https://togithub.com/testcontainers/testcontainers-python/commit/7b58a50f3a8703c5d5e974a4ff20bc8e52ae93c8)) - **core:** DinD issues [#​141](https://togithub.com/testcontainers/testcontainers-python/issues/141), [#​329](https://togithub.com/testcontainers/testcontainers-python/issues/329) ([#​368](https://togithub.com/testcontainers/testcontainers-python/issues/368)) ([b10d916](https://togithub.com/testcontainers/testcontainers-python/commit/b10d916848cccc016fc457333f7b382b18a7b3ef)) - **core:** raise an exception when docker compose fails to start [#​258](https://togithub.com/testcontainers/testcontainers-python/issues/258) ([#​485](https://togithub.com/testcontainers/testcontainers-python/issues/485)) ([d61af38](https://togithub.com/testcontainers/testcontainers-python/commit/d61af383def6eadcd7f2b5ba667eb587c6cc84f1)) - **core:** use auto_remove=True with reaper instance ([#​499](https://togithub.com/testcontainers/testcontainers-python/issues/499)) ([274a400](https://togithub.com/testcontainers/testcontainers-python/commit/274a4002600ae70662a5785c7a903cf8846b2ffc)) - **docs:** update the non-existent main.yml badge ([#​493](https://togithub.com/testcontainers/testcontainers-python/issues/493)) ([1d10c1c](https://togithub.com/testcontainers/testcontainers-python/commit/1d10c1ca8c8163b8d68338e1d50d0e26d7b0515e)) - Fix the return type of `DockerContainer.get_logs` ([#​487](https://togithub.com/testcontainers/testcontainers-python/issues/487)) ([cd72f68](https://togithub.com/testcontainers/testcontainers-python/commit/cd72f6896db3eb1fd5ea60f9c051cb719568a12f)) - **keycloak:** tests on aarch64, use image from \[jboss -> quay], change supported version \[16+ -> 18+] ([#​480](https://togithub.com/testcontainers/testcontainers-python/issues/480)) ([5758310](https://togithub.com/testcontainers/testcontainers-python/commit/5758310532b8a8e1303a24bc534fa8aeb0f75eb2)) - **postgres:** doctest ([#​473](https://togithub.com/testcontainers/testcontainers-python/issues/473)) ([c9c6f92](https://togithub.com/testcontainers/testcontainers-python/commit/c9c6f92348299a2cc04988af8d69a53a23a7c7d5)) - read the docs build works again ([#​496](https://togithub.com/testcontainers/testcontainers-python/issues/496)) ([dfd1781](https://togithub.com/testcontainers/testcontainers-python/commit/dfd17814a7fc9ede510ae17569004bd92f2a6fa6)) - readthedocs build - take 1 ([#​495](https://togithub.com/testcontainers/testcontainers-python/issues/495)) ([b3b9901](https://togithub.com/testcontainers/testcontainers-python/commit/b3b990159154857239e2fb86da3cb85a6a13ab8e))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 576e5b1..3a258c3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1421,13 +1421,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "testcontainers" -version = "4.1.1" +version = "4.2.0" description = "Python library for throwaway instances of anything that can run in a Docker container" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "testcontainers-4.1.1-py3-none-any.whl", hash = "sha256:9105b1807cbd0a4e0bfe084c2159754554bc5264ff8173c32f88b0a91e6a5e7c"}, - {file = "testcontainers-4.1.1.tar.gz", hash = "sha256:6c20bde6e040a0fea0ddfaa80492bcde105251b8a59a1325bb1a6fdffe0e62ad"}, + {file = "testcontainers-4.2.0-py3-none-any.whl", hash = "sha256:64d24b1a3c9ce6ca67434e91771a9070b174f6912c3be729d506361d098f51f4"}, + {file = "testcontainers-4.2.0.tar.gz", hash = "sha256:ee06222f17594dc41ee15b6f19c5758bc47e1c546082e80edde21a6c8ae59126"}, ] [package.dependencies] @@ -1440,6 +1440,7 @@ arangodb = ["python-arango (>=7.8,<8.0)"] azurite = ["azure-storage-blob (>=12.19,<13.0)"] clickhouse = ["clickhouse-driver"] google = ["google-cloud-pubsub (>=2)"] +influxdb = ["influxdb", "influxdb-client"] k3s = ["kubernetes", "pyyaml"] kafka = ["kafka-python"] keycloak = ["python-keycloak"] @@ -1918,4 +1919,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9cc6c8f9125ea991faa0b0660520ba2cbe83e1e355626c09e441772403937e99" +content-hash = "3154dad5e4c38a134e3c661f6a467364e4a0fd811b61488c0f156d0f6a1e338e" diff --git a/pyproject.toml b/pyproject.toml index 957ed86..d4388fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ types-Pillow = "10.2.0.20240311" pytest = "8.0.0" pytest-cov = "4.1.0" pytest-mock = "3.14.0" -testcontainers = "4.1.1" +testcontainers = "4.2.0" [tool.isort] profile = "black"