From 41e728d943c0c3011423464824b502c115b640d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:39:31 +0000 Subject: [PATCH] Bump testcontainers from 4.0.0 to 4.2.0 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.0.0 to 4.2.0. - [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.0.0...testcontainers-v4.2.0) --- updated-dependencies: - dependency-name: testcontainers dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7f517d2..59c5b64 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -996,13 +996,13 @@ tomlkit = ">=0.11,<0.12" [[package]] name = "testcontainers" -version = "4.0.0" +version = "4.2.0" description = "Python library for throwaway instances of anything that can run in a Docker container" optional = false -python-versions = ">=3.9,<4.0" +python-versions = "<4.0,>=3.9" files = [ - {file = "testcontainers-4.0.0-py3-none-any.whl", hash = "sha256:9fa72e7d07344b91fa97884145d8ed1205b9bafb433ef4739653bf70ebb61e2c"}, - {file = "testcontainers-4.0.0.tar.gz", hash = "sha256:33b83f3e78b2eee3b122bdf86d7b2867c7b31e088a19a456e527934280e7d5da"}, + {file = "testcontainers-4.2.0-py3-none-any.whl", hash = "sha256:64d24b1a3c9ce6ca67434e91771a9070b174f6912c3be729d506361d098f51f4"}, + {file = "testcontainers-4.2.0.tar.gz", hash = "sha256:ee06222f17594dc41ee15b6f19c5758bc47e1c546082e80edde21a6c8ae59126"}, ] [package.dependencies] @@ -1015,6 +1015,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"] @@ -1026,7 +1027,6 @@ mysql = ["pymysql[rsa]", "sqlalchemy"] neo4j = ["neo4j"] opensearch = ["opensearch-py"] oracle = ["cx_Oracle", "sqlalchemy"] -postgres = ["psycopg2-binary", "sqlalchemy"] rabbitmq = ["pika"] redis = ["redis"] selenium = ["selenium"]