diff --git a/poetry.lock b/poetry.lock index d2ec92b..551fc77 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.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.7.2-py3-none-any.whl", hash = "sha256:23b13cf8078f615a08c75197f227796d90c46df92d2b282ae7c39b1fc1a9c9ed"}, - {file = "testcontainers-4.7.2.tar.gz", hash = "sha256:9976b1cdcdeb9feeae6a477073e7c8b02cd40ea44f1daa34b5da6d2c918dff0d"}, + {file = "testcontainers-4.8.0-py3-none-any.whl", hash = "sha256:0b85d787e5b1f8b32042704d23b6c54787bf6751d2d3cfee2c031349ef2eea30"}, + {file = "testcontainers-4.8.0.tar.gz", hash = "sha256:56153bb5938694844f0e6bd0cf82e19dd6a6516bc29881440e273939201a42d5"}, ] [package.dependencies] @@ -1663,10 +1663,12 @@ 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"] +db2 = ["ibm_db_sa", "sqlalchemy"] generic = ["httpx"] google = ["google-cloud-datastore (>=2)", "google-cloud-pubsub (>=2)"] influxdb = ["influxdb", "influxdb-client"] @@ -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 = "e248e9a63b7d90170b12e532e3a72045a61d208f106821dec4856f2c427e52a1" diff --git a/pyproject.toml b/pyproject.toml index 383e3ed..0043524 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.0" wiremock = {git = "https://github.com/ImperialCollegeLondon/python-wiremock.git", rev = "fix-test-containers-on-windows"} [tool.poetry.scripts]