From 8b1aa7f3d63b67d3eefef19953573702ad923f28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:56:06 +0000 Subject: [PATCH 1/2] chore(deps): update dependency testcontainers to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5fabe26b..891022640 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ devel-test = [ "pytest-asyncio ~=0.0", "pytest-bdd ~=7.0", "pytest-cov ~=5.0", - "testcontainers ~=3.0", + "testcontainers ~=4.8", ] devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.6.9"] From 8b41ed253e72035203b21fe7a93666ff4bac3d25 Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Tue, 8 Oct 2024 08:07:50 +1100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 891022640..f64ee9780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ devel-test = [ "pytest-asyncio ~=0.0", "pytest-bdd ~=7.0", "pytest-cov ~=5.0", - "testcontainers ~=4.8", + "testcontainers ~=4.0", ] devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.6.9"]