From 296eaa9f345f8f5de7c086528780e0e1b102aa9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:18:34 +0000 Subject: [PATCH] build(deps-dev): bump testcontainers from 4.7.2 to 4.8.1 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.7.2 to 4.8.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.7.2...testcontainers-v4.8.1) --- updated-dependencies: - dependency-name: testcontainers dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 ++++++++----- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d2ec92b..f419a48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1646,13 +1646,13 @@ url = ["furl (>=0.4.1)"] [[package]] name = "testcontainers" -version = "4.7.2" +version = "4.8.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.7.2-py3-none-any.whl", hash = "sha256:23b13cf8078f615a08c75197f227796d90c46df92d2b282ae7c39b1fc1a9c9ed"}, - {file = "testcontainers-4.7.2.tar.gz", hash = "sha256:9976b1cdcdeb9feeae6a477073e7c8b02cd40ea44f1daa34b5da6d2c918dff0d"}, + {file = "testcontainers-4.8.1-py3-none-any.whl", hash = "sha256:d8ae43e8fe34060fcd5c3f494e0b7652b7774beabe94568a2283d0881e94d489"}, + {file = "testcontainers-4.8.1.tar.gz", hash = "sha256:5ded4820b7227ad526857eb3caaafcabce1bbac05d22ad194849b136ffae3cb0"}, ] [package.dependencies] @@ -1663,11 +1663,13 @@ wrapt = "*" [package.extras] arangodb = ["python-arango (>=7.8,<8.0)"] +aws = ["boto3", "httpx"] azurite = ["azure-storage-blob (>=12.19,<13.0)"] chroma = ["chromadb-client"] clickhouse = ["clickhouse-driver"] cosmosdb = ["azure-cosmos"] -generic = ["httpx"] +db2 = ["ibm_db_sa", "sqlalchemy"] +generic = ["httpx", "redis"] google = ["google-cloud-datastore (>=2)", "google-cloud-pubsub (>=2)"] influxdb = ["influxdb", "influxdb-client"] k3s = ["kubernetes", "pyyaml"] @@ -1687,6 +1689,7 @@ qdrant = ["qdrant-client"] rabbitmq = ["pika"] redis = ["redis"] registry = ["bcrypt"] +scylla = ["cassandra-driver (==3.29.1)"] selenium = ["selenium"] sftp = ["cryptography"] test-module-import = ["httpx"] @@ -1908,4 +1911,4 @@ viz = ["matplotlib", "nc-time-axis", "seaborn"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "eaf8a2d9620e21b3ae9a7142ecdd95482541ffcd17326685c1cb4792cdb80365" +content-hash = "3655f2e20a3654dfdaa88fc08252bb5be9b636f9a572929427f987a7a1e999e2" diff --git a/pyproject.toml b/pyproject.toml index 383e3ed..dec5484 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pyinstaller = "^6.5.0" pre-commit = "^3.8.0" ruff = "^0.6.3" docker = "^7.1.0" -testcontainers = "^4.7.2" +testcontainers = "^4.8.1" wiremock = {git = "https://github.com/ImperialCollegeLondon/python-wiremock.git", rev = "fix-test-containers-on-windows"} [tool.poetry.scripts]