From da099a31ad29ebc79955dc3935af03da2a92d73f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:03:52 +0000 Subject: [PATCH] Bump testcontainers from 4.3.3 to 4.7.1 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.3.3 to 4.7.1. - [Release notes](https://github.com/testcontainers/testcontainers-python/releases) - [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.3.3...testcontainers-v4.7.1) --- updated-dependencies: - dependency-name: testcontainers dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5eaaf9b..af543d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1104,13 +1104,13 @@ tomlkit = ">=0.11,<0.12" [[package]] name = "testcontainers" -version = "4.3.3" +version = "4.7.1" 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.3.3-py3-none-any.whl", hash = "sha256:e9309c53529e842485e4b326a754bb87b0ddaa78da6422275b52796c0cb7eb8b"}, - {file = "testcontainers-4.3.3.tar.gz", hash = "sha256:48d5cc314be39ad8e678057347c49aef5f2786227470a2fcf43584fc79a8e4a0"}, + {file = "testcontainers-4.7.1-py3-none-any.whl", hash = "sha256:20f45c8a95c0062001d6c8c7030ffcae679b22b585543bb9368902f71d8e09eb"}, + {file = "testcontainers-4.7.1.tar.gz", hash = "sha256:64f78e18c82d523720dbcb02d2404b10aae7a506e929579a29fd256fbfad0c8b"}, ] [package.dependencies] @@ -1124,11 +1124,14 @@ arangodb = ["python-arango (>=7.8,<8.0)"] azurite = ["azure-storage-blob (>=12.19,<13.0)"] chroma = ["chromadb-client"] clickhouse = ["clickhouse-driver"] +cosmosdb = ["azure-cosmos"] +generic = ["httpx"] google = ["google-cloud-datastore (>=2)", "google-cloud-pubsub (>=2)"] influxdb = ["influxdb", "influxdb-client"] k3s = ["kubernetes", "pyyaml"] keycloak = ["python-keycloak"] localstack = ["boto3"] +mailpit = ["cryptography"] minio = ["minio"] mongodb = ["pymongo"] mssql = ["pymssql", "sqlalchemy"] @@ -1143,6 +1146,8 @@ rabbitmq = ["pika"] redis = ["redis"] registry = ["bcrypt"] selenium = ["selenium"] +sftp = ["cryptography"] +test-module-import = ["httpx"] weaviate = ["weaviate-client (>=4.5.4,<5.0.0)"] [[package]]