From 1ccecdf634002d60d3421a0ec583e27782c46fe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 01:45:36 +0000 Subject: [PATCH] fix(deps): update dependency testcontainers to >=4.9.1,<4.16 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1227f1e0..d5fd8748 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -182,7 +182,7 @@ optional-dependencies.test = [ "pytest-asyncio<2", "pytest-cov<8", "pytest-xdist[psutil]<4", - "testcontainers[mysql,postgres]>=4.9.1,<4.15", + "testcontainers[mysql,postgres]>=4.9.1,<4.16", "types-requests<3", "verlib2", ]