From b04503c30d4fa6e169265d370745740737853fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 05:18:29 +0000 Subject: [PATCH] build(deps-dev): bump testcontainers in /clients/python Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.5.0 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.5.0...testcontainers-v4.7.1) --- updated-dependencies: - dependency-name: testcontainers dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- clients/python/poetry.lock | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/clients/python/poetry.lock b/clients/python/poetry.lock index c861508..60484c8 100644 --- a/clients/python/poetry.lock +++ b/clients/python/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "absl-py" @@ -1328,13 +1328,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "testcontainers" -version = "4.5.0" +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.5.0-py3-none-any.whl", hash = "sha256:6833df7db4cf8403feb1e4daf69b02a091d9da37aa3e8e808c756abbddb41cf3"}, - {file = "testcontainers-4.5.0.tar.gz", hash = "sha256:e8610985cae2f0bc4bc3991896a47d5547f3ed896192970826151059a75f4ac2"}, + {file = "testcontainers-4.7.1-py3-none-any.whl", hash = "sha256:20f45c8a95c0062001d6c8c7030ffcae679b22b585543bb9368902f71d8e09eb"}, + {file = "testcontainers-4.7.1.tar.gz", hash = "sha256:64f78e18c82d523720dbcb02d2404b10aae7a506e929579a29fd256fbfad0c8b"}, ] [package.dependencies] @@ -1348,11 +1348,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"] @@ -1367,6 +1370,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]]