diff --git a/poetry.lock b/poetry.lock index 576e5b1..3a258c3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1421,13 +1421,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "testcontainers" -version = "4.1.1" +version = "4.2.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.1.1-py3-none-any.whl", hash = "sha256:9105b1807cbd0a4e0bfe084c2159754554bc5264ff8173c32f88b0a91e6a5e7c"}, - {file = "testcontainers-4.1.1.tar.gz", hash = "sha256:6c20bde6e040a0fea0ddfaa80492bcde105251b8a59a1325bb1a6fdffe0e62ad"}, + {file = "testcontainers-4.2.0-py3-none-any.whl", hash = "sha256:64d24b1a3c9ce6ca67434e91771a9070b174f6912c3be729d506361d098f51f4"}, + {file = "testcontainers-4.2.0.tar.gz", hash = "sha256:ee06222f17594dc41ee15b6f19c5758bc47e1c546082e80edde21a6c8ae59126"}, ] [package.dependencies] @@ -1440,6 +1440,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"] @@ -1918,4 +1919,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9cc6c8f9125ea991faa0b0660520ba2cbe83e1e355626c09e441772403937e99" +content-hash = "3154dad5e4c38a134e3c661f6a467364e4a0fd811b61488c0f156d0f6a1e338e" diff --git a/pyproject.toml b/pyproject.toml index 957ed86..d4388fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ types-Pillow = "10.2.0.20240311" pytest = "8.0.0" pytest-cov = "4.1.0" pytest-mock = "3.14.0" -testcontainers = "4.1.1" +testcontainers = "4.2.0" [tool.isort] profile = "black"